aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/cciss.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/block/cciss.c')
-rw-r--r--drivers/block/cciss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
index 28d145756f6c..55c3237fb1bc 100644
--- a/drivers/block/cciss.c
+++ b/drivers/block/cciss.c
@@ -3101,7 +3101,7 @@ static void cciss_getgeometry(int cntl_num)
3101 int i; 3101 int i;
3102 int listlength = 0; 3102 int listlength = 0;
3103 __u32 lunid = 0; 3103 __u32 lunid = 0;
3104 int block_size; 3104 unsigned block_size;
3105 sector_t total_size; 3105 sector_t total_size;
3106 3106
3107 ld_buff = kzalloc(sizeof(ReportLunData_struct), GFP_KERNEL); 3107 ld_buff = kzalloc(sizeof(ReportLunData_struct), GFP_KERNEL);