]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] nsp_cs: time_out reaches -1
authorRoel Kluin <roel.kluin@gmail.com>
Wed, 10 Jun 2009 19:56:59 +0000 (12:56 -0700)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Mon, 15 Jun 2009 15:09:31 +0000 (10:09 -0500)
commit5a3a6dfb1bc9c75d17e30c3471ef994f94c5d58b
tree866c98d36ea6b69e2905729d23d233e1216cb8a4
parent1ed93d713b17eaf3add6c0daafee8819711d1d88
[SCSI] nsp_cs: time_out reaches -1

With a postfix decrement timeouts will reach -1 rather than 0, so the
errors do not appear.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/pcmcia/nsp_cs.c