]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Use define instead of constant.
authorhselasky <hselasky@FreeBSD.org>
Tue, 17 Mar 2015 08:42:09 +0000 (08:42 +0000)
committerhselasky <hselasky@FreeBSD.org>
Tue, 17 Mar 2015 08:42:09 +0000 (08:42 +0000)
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com>

sys/dev/usb/storage/umass.c

index e169abbfb53e183cc5ce0b1d04c00fdc87fd32ee..0b769c4d4652c1d0ae6bcfa02b206c4f70c768a4 100644 (file)
@@ -2698,8 +2698,7 @@ umass_rbc_transform(struct umass_softc *sc, uint8_t *cmd_ptr, uint8_t cmd_len)
        case START_STOP_UNIT:
        case SYNCHRONIZE_CACHE:
        case WRITE_10:
-       case 0x2f:                      /* VERIFY_10 is absent from
-                                        * scsi_all.h??? */
+       case VERIFY_10:
        case INQUIRY:
        case MODE_SELECT_10:
        case MODE_SENSE_10: