diff options
Diffstat (limited to 'drivers/video/aty/aty128fb.c')
-rw-r--r-- | drivers/video/aty/aty128fb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/aty/aty128fb.c b/drivers/video/aty/aty128fb.c index b0eba3ac6420..e380ee8b0247 100644 --- a/drivers/video/aty/aty128fb.c +++ b/drivers/video/aty/aty128fb.c | |||
@@ -806,8 +806,8 @@ static void __iomem * __init aty128_map_ROM(const struct aty128fb_par *par, stru | |||
806 | 806 | ||
807 | /* Very simple test to make sure it appeared */ | 807 | /* Very simple test to make sure it appeared */ |
808 | if (BIOS_IN16(0) != 0xaa55) { | 808 | if (BIOS_IN16(0) != 0xaa55) { |
809 | printk(KERN_ERR "aty128fb: Invalid ROM signature %x should be 0xaa55\n", | 809 | printk(KERN_DEBUG "aty128fb: Invalid ROM signature %x should " |
810 | BIOS_IN16(0)); | 810 | " be 0xaa55\n", BIOS_IN16(0)); |
811 | goto failed; | 811 | goto failed; |
812 | } | 812 | } |
813 | 813 | ||