[PATCH 04/39] pcmcia: use pcmcia_loop_config in bluetooth drivers

Dominik Brodowski linux at dominikbrodowski.net
Mon Aug 18 16:27:01 EDT 2008


Hi Marcel,

On Mon, Aug 18, 2008 at 09:57:11PM +0200, Marcel Holtmann wrote:
> > CC: Marcel Holtmann <marcel at holtmann.org>
> > CC: linux-bluetooth at vger.kernel.org
> > Signed-off-by: Dominik Brodowski <linux at dominikbrodowski.net>
> 
> I know that the Bluetooth PCMCIA drivers are not the best examples for
> coding style, but please double check your whitespaces/tabs. We don't
> wanna make it worse.

actually, I'm pondering making a CodingStyle cleanup of the whole PCMCIA
subsystem for drivers/pcmcia/ is so unbelievable un-CodingStyle... but:

> 
> > -	return get_tuple(handle, tuple, parse);
> > +        unsigned long try = (unsigned long) priv_data;
> > +
> > +       if (cf->vpp1.present & (1 << CISTPL_POWER_VNOM))
> > +               p_dev->conf.Vpp = cf->vpp1.param[CISTPL_POWER_VNOM] / 10000;

something went badly wrong here, will fix it up (probably in a follow-up
patch).

Thanks,
	Dominik



More information about the linux-pcmcia mailing list