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

No differences found