Re: [PATCH v3 1/7] clk: divider: add flag to limit possible dividersto even numbers

From: Andy Shevchenko
Date: Tue Jun 11 2013 - 08:39:42 EST


On Tue, Jun 11, 2013 at 3:37 PM, Andy Shevchenko
<andy.shevchenko@xxxxxxxxx> wrote:
> On Tue, Jun 11, 2013 at 3:06 PM, Heiko StÃbner <heiko@xxxxxxxxx> wrote:
>> Am Dienstag, 11. Juni 2013, 13:51:56 schrieb Andy Shevchenko:
>>> On Tue, Jun 11, 2013 at 2:29 PM, Heiko StÃbner <heiko@xxxxxxxxx> wrote:

> This variant I think fits:
>
> if (!(divider->flags & CLK_DIVIDER_EVEN))

Oops, without "!()" of course.

> return div < 2 || div % 2 == 0;
>
> You check for feature and do accordingly.


--
With Best Regards,
Andy Shevchenko
--
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/