On Mon, Mar 02, 2015 at 06:22:31PM +0100, Geert Uytterhoeven wrote: > On Mon, Mar 2, 2015 at 6:06 PM, Russell King > <rmk+kernel@xxxxxxxxxxxxxxxx> wrote: > > --- a/include/linux/clkdev.h > > +++ b/include/linux/clkdev.h > > @@ -37,6 +37,9 @@ struct clk_lookup *clkdev_alloc(struct clk *clk, const char *con_id, > > void clkdev_add(struct clk_lookup *cl); > > void clkdev_drop(struct clk_lookup *cl); > > > > +struct clk_lookup *clkdev_create(struct clk *clk, const char *con_id, > > + const char *dev_fmt, ...); > > __printf(3, 4) > > While you're at it, can you please also add the __printf attribute to > clkdev_alloc() and clk_register_clkdev()? What's the behaviour of __printf() with a NULL format string? The clkdev interfaces permit that, normal printf() doesn't. -- FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up according to speedtest.net. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html