Hi Sascha,
On 13/01/2011 10:12, Sascha Hauer wrote:
quoted
/* "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