[SCSI] esp_scsi: Make cur_residue and tot_residue signed.
authorDavid S. Miller <davem@davemloft.net>
Sat, 19 Apr 2008 14:16:38 +0000 (09:16 -0500)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Sun, 27 Apr 2008 15:03:16 +0000 (10:03 -0500)
Many of the overflow checks test whether the value has
gone negative, and we want to retain such checks.

Reported by Julia Lawall.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

No differences found