Commit ddb56893 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix ide-geometry bogus printk level

parent e4eeb143
...@@ -129,7 +129,7 @@ int ide_xlate_1024 (struct block_device *bdev, int xparm, int ptheads, const cha ...@@ -129,7 +129,7 @@ int ide_xlate_1024 (struct block_device *bdev, int xparm, int ptheads, const cha
set_capacity(drive->disk, current_capacity(drive)); set_capacity(drive->disk, current_capacity(drive));
if (ret) if (ret)
printk(KERN_INFO "%s%s [%d/%d/%d]", msg, msg1, printk("%s%s [%d/%d/%d]", msg, msg1,
drive->bios_cyl, drive->bios_head, drive->bios_sect); drive->bios_cyl, drive->bios_head, drive->bios_sect);
return ret; return ret;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment