Re: [PATCH] pcmcia: CompactFlash driver for PA Semi Electra boards

2007-06-25 Thread Olof Johansson
On Mon, Jun 25, 2007 at 06:56:36AM +0100, Christoph Hellwig wrote: > > +static int bus_notify(struct notifier_block *nb, unsigned long action, > > + void *data) > > +{ > > + struct device *dev = data; > > + > > + printk("bus notify called\n"); > > + > > + /* We are only intere

Re: [PATCH] pcmcia: CompactFlash driver for PA Semi Electra boards

2007-06-24 Thread Christoph Hellwig
> +static int bus_notify(struct notifier_block *nb, unsigned long action, > + void *data) > +{ > + struct device *dev = data; > + > + printk("bus notify called\n"); > + > + /* We are only intereted in device addition */ > + if (action != BUS_NOTIFY_ADD_DEVICE) > +