[PATCH] unbreak ehci-mxc on otg port of i.MX27

Eric Bénard eric at eukrea.com
Thu Jan 13 04:17:41 EST 2011


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



More information about the linux-arm-kernel mailing list