mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 15:44:02 +08:00
i2o: debug messages corrected
max_phys_segments and max_sectors were swapped Signed-off-by: Vasily Averin <vvs@sw.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
5db6a4dac1
commit
ae5fbf771a
@ -1077,8 +1077,8 @@ static int i2o_block_probe(struct device *dev)
|
||||
blk_queue_max_sectors(queue, max_sectors);
|
||||
blk_queue_max_hw_segments(queue, i2o_sg_tablesize(c, body_size));
|
||||
|
||||
osm_debug("max sectors = %d\n", queue->max_phys_segments);
|
||||
osm_debug("phys segments = %d\n", queue->max_sectors);
|
||||
osm_debug("max sectors = %d\n", queue->max_sectors);
|
||||
osm_debug("phys segments = %d\n", queue->max_phys_segments);
|
||||
osm_debug("max hw segments = %d\n", queue->max_hw_segments);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user