[PATCH 16/16] pcmcia: use dev_dbg and dev_print in pd6729.c
Dominik Brodowski
linux at dominikbrodowski.net
Sat Nov 7 05:13:38 EST 2009
On Sat, Nov 07, 2009 at 07:09:31PM +0900, Komuro wrote:
> Hi,
>
> There are still 3(three) printk in pd6729.c.
>
> >static u_int __devinit pd6729_isa_scan(void)
> >{
> > u_int mask0, mask = 0;
> > int i;
> >
> > if (irq_mode == 1) {
> > printk(KERN_INFO "pd6729: PCI card interrupts, "
> > "PCI status changes\n");
> > return 0;
> > }
>
>
Well, we don't have a struct device to use here, don't we?
Best,
Dominik
More information about the linux-pcmcia
mailing list