[SCSI] usb-storage: do not increment cmd->serial_number
commit05d1091fd9fe3672bde444506fe426d864c52013
authorChristoph Hellwig <hch@infradead.org>
Mon, 4 Apr 2011 13:42:22 +0000 (4 09:42 -0400)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 1 May 2011 15:23:09 +0000 (1 10:23 -0500)
tree116aa21cf1cb4837ca9b3970f1cacc7dadde8352
parent5cd049a59913f359e7d30c11d2dc6187822e77b1
[SCSI] usb-storage: do not increment cmd->serial_number

The isd200 sub-driver increments the command serial number despite not
using it at all in it's routine for sending internal scsi commands.
Remove the increment to prepare for removing the serial_number field.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/usb/storage/isd200.c