Re: [PATCH RESEND v3] USB: Support for LPC32xx SoC

From: Roland Stigge
Date: Thu Mar 08 2012 - 17:01:05 EST


On 08/03/12 22:11, Greg Kroah-Hartman wrote:
>> - pnx4008_unset_usb_bits();
>> + if (machine_is_pnx4008())
>> + pnx4008_unset_usb_bits();
>
> How come some of these pnx4008_* functions you have wrapped in
> machine_is_pnx4008(), but not all of them?
>
> Actually, why don't those functions do that kind of checking themselves,
> without having to do this before you call them each time?

Good idea, I moved the machine dependent execution of the bits()
functions into the functions.

The dependency is only in the bits functions because those are done via
interfaces not available on LPC. The other pnx4008 functions seem to be
mostly compatible.

Thanks for your notes!

Roland
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/