diff options
Diffstat (limited to 'drivers/video/aty/radeon_base.c')
-rw-r--r-- | drivers/video/aty/radeon_base.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/video/aty/radeon_base.c b/drivers/video/aty/radeon_base.c index 8a7c04c35a75..046b47860266 100644 --- a/drivers/video/aty/radeon_base.c +++ b/drivers/video/aty/radeon_base.c | |||
@@ -329,8 +329,9 @@ static int __devinit radeon_map_ROM(struct radeonfb_info *rinfo, struct pci_dev | |||
329 | 329 | ||
330 | /* Very simple test to make sure it appeared */ | 330 | /* Very simple test to make sure it appeared */ |
331 | if (BIOS_IN16(0) != 0xaa55) { | 331 | if (BIOS_IN16(0) != 0xaa55) { |
332 | printk(KERN_ERR "radeonfb (%s): Invalid ROM signature %x should be" | 332 | printk(KERN_DEBUG "radeonfb (%s): Invalid ROM signature %x " |
333 | "0xaa55\n", pci_name(rinfo->pdev), BIOS_IN16(0)); | 333 | "should be 0xaa55\n", |
334 | pci_name(rinfo->pdev), BIOS_IN16(0)); | ||
334 | goto failed; | 335 | goto failed; |
335 | } | 336 | } |
336 | /* Look for the PCI data to check the ROM type */ | 337 | /* Look for the PCI data to check the ROM type */ |