Larry,

On Tue, Aug 19, 2008 at 10:18:38PM -0500, Larry Finger wrote:
> Dominik Brodowski wrote:
> > ---
> >              * with a prod_id/manf_id/card_id match.
> >              */
> > -           ds_dbg(0, "skipping FUNC_ID match for %s until userspace "
> > -                  "interaction\n", dev->dev.bus_id);
> > +           ds_dev_dbg(0, dev, "skipping FUNC_ID match until userspace "
>                                ===
> This needs to be &dev->dev.
> 
> > +                  "interaction\n");
> >             if (!dev->allow_func_id_match)
> >                     return 0;
> >     }
> >  
> >     if (did->match_flags & PCMCIA_DEV_ID_MATCH_FAKE_CIS) {
> > -           ds_dbg(0, "device %s needs a fake CIS\n", dev->dev.bus_id);
> > +           ds_dev_dbg(0, dev, "device needs a fake CIS\n");
>                                ===
> 
> Same here.
> 

Thanks for noticing. Fixed in current pcmcia git; will squash the fix to the
original patch.

Best,
        Dominik

_______________________________________________
Linux PCMCIA reimplementation list
http://lists.infradead.org/mailman/listinfo/linux-pcmcia

Reply via email to