lkml.org 
[lkml]   [2007]   [Jun]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [patch 4/6] SM501 MFD driver updates
Date
Hello,

> +static int sm501_check_clocks(struct sm501_devdata *sm)
> +{
> + unsigned long pwrmode = readl(sm->regs + SM501_CURRENT_CLOCK);
> + unsigned long msrc = (pwrmode & SM501_POWERMODE_M_SRC);
> + unsigned long m1src = (pwrmode & SM501_POWERMODE_M1_SRC);
> +
> + return ((msrc == 0 && m1src != 0) || (msrc == 0 && msrc != 0));
^^^^^^^^^^^^^^^^^^^^^^
This will always be false. Typo?

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

\
 
 \ /
  Last update: 2007-06-15 09:25    [W:0.048 / U:1.740 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site