Hi Sascha,
On 13/01/2011 10:12, Sascha Hauer wrote:
/* "dr" device has its own clock */
- if (pdev->id == 0) {
+ if ((cpu_is_mx51())& (pdev->id == 0)) {
should be&& and please remove the unnecessary braces around
cpu_is_mx51(). Otherwise ok.
shame on me for the &, a wrong copy and paste from my working tree removed the
second one, While I'm here does MX53 or MX50 need this ?
Eric
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html