commit | 05d1091fd9fe3672bde444506fe426d864c52013 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Mon Apr 04 09:42:22 2011 -0400 |
committer | James Bottomley <James.Bottomley@suse.de> | Sun May 01 10:23:09 2011 -0500 |
tree | 116aa21cf1cb4837ca9b3970f1cacc7dadde8352 | |
parent | 5cd049a59913f359e7d30c11d2dc6187822e77b1 [diff] |
[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>