Commit 968d6bc 1 parent 12f8942 commit 968d6bc Copy full SHA for 968d6bc
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1489,14 +1489,12 @@ static int zs_probe(struct platform_device *op)
1489
1489
}
1490
1490
uart_inst ++ ;
1491
1491
} else {
1492
- printk ( KERN_INFO "%s: Keyboard at MMIO 0x%llx (irq = %d) "
1492
+ dev_info ( & op -> dev , " Keyboard at MMIO 0x%llx (irq = %d) "
1493
1493
"is a %s\n" ,
1494
- dev_name (& op -> dev ),
1495
1494
(unsigned long long ) up [0 ].port .mapbase ,
1496
1495
op -> archdata .irqs [0 ], sunzilog_type (& up [0 ].port ));
1497
- printk ( KERN_INFO "%s: Mouse at MMIO 0x%llx (irq = %d) "
1496
+ dev_info ( & op -> dev , " Mouse at MMIO 0x%llx (irq = %d) "
1498
1497
"is a %s\n" ,
1499
- dev_name (& op -> dev ),
1500
1498
(unsigned long long ) up [1 ].port .mapbase ,
1501
1499
op -> archdata .irqs [0 ], sunzilog_type (& up [1 ].port ));
1502
1500
kbm_inst ++ ;
You can’t perform that action at this time.
0 commit comments