i2c: Document the message size limit
[safe/jmp/linux-2.6] / drivers / block / hd.c
index d5cdce0..5116c65 100644 (file)
@@ -719,7 +719,7 @@ static int __init hd_init(void)
                return -ENOMEM;
        }
 
-       blk_queue_max_sectors(hd_queue, 255);
+       blk_queue_max_hw_sectors(hd_queue, 255);
        init_timer(&device_timer);
        device_timer.function = hd_times_out;
        blk_queue_logical_block_size(hd_queue, 512);