mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-30 07:34:12 +08:00
parisc: Fix HP SDC hpa address output
Show the hpa address of the HP SDC instead of a hashed value, e.g.: HP SDC: HP SDC at 0xf0201000, IRQ 23 (NMI IRQ 24) Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
785145171d
commit
c4bff35ca1
@ -884,8 +884,8 @@ static int __init hp_sdc_init(void)
|
|||||||
"HP SDC NMI", &hp_sdc))
|
"HP SDC NMI", &hp_sdc))
|
||||||
goto err2;
|
goto err2;
|
||||||
|
|
||||||
printk(KERN_INFO PREFIX "HP SDC at 0x%p, IRQ %d (NMI IRQ %d)\n",
|
pr_info(PREFIX "HP SDC at 0x%08lx, IRQ %d (NMI IRQ %d)\n",
|
||||||
(void *)hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi);
|
hp_sdc.base_io, hp_sdc.irq, hp_sdc.nmi);
|
||||||
|
|
||||||
hp_sdc_status_in8();
|
hp_sdc_status_in8();
|
||||||
hp_sdc_data_in8();
|
hp_sdc_data_in8();
|
||||||
|
Loading…
Reference in New Issue
Block a user