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-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html