From: David S. Miller Date: Sat, 19 Apr 2008 14:16:38 +0000 (-0500) Subject: [SCSI] esp_scsi: Make cur_residue and tot_residue signed. X-Git-Tag: v2.6.26-rc1~1027^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=582fb6c03a0e89d05e4efa8a3e4bd09d0942dadc;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed