commit | 582fb6c03a0e89d05e4efa8a3e4bd09d0942dadc | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Apr 19 09:16:38 2008 -0500 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Sun Apr 27 10:03:16 2008 -0500 |
tree | f3258dad0ba51b4b7621a5c17bb8f1fb9b2437ce | |
parent | e19166d5df10be0ea404c4e346cf6be93bfb1d63 [diff] |
[SCSI] esp_scsi: Make cur_residue and tot_residue signed. 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>