]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/esp_scsi.h
[SCSI] fix SLUB WARN_ON
[linux-2.6-omap-h63xx.git] / drivers / scsi / esp_scsi.h
index d5576d54ce768f6e801e174c29f69901f36bc111..9367a88d39746f5d3c9ec99477118a5dc6d5ee14 100644 (file)
@@ -240,9 +240,9 @@ struct esp_cmd_priv {
                int             num_sg;
        } u;
 
-       unsigned int            cur_residue;
+       int                     cur_residue;
        struct scatterlist      *cur_sg;
-       unsigned int            tot_residue;
+       int                     tot_residue;
 };
 #define ESP_CMD_PRIV(CMD)      ((struct esp_cmd_priv *)(&(CMD)->SCp))