[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)
commit0454c7408ac533a0690cb308554a4ed304270c3d
tree866c98d36ea6b69e2905729d23d233e1216cb8a4
parent18020ba7915efe5763c1cbb11f9f7e3f85b3cb72
[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