Re: [PATCH 1/6] clk: Sync prototypes for clk_bulk_enable()

2019-07-17 Thread Andrey Smirnov
On Mon, Jul 15, 2019 at 3:00 PM Stephen Boyd wrote: > > Quoting Andrey Smirnov (2019-07-15 13:12:29) > > No-op version of clk_bulk_enable() should have the same protoype as > > the real implementation, so constify the last argument to make it so. > > > > Signed-off-by: Andrey Smirnov > > Cc:

Re: [PATCH 1/6] clk: Sync prototypes for clk_bulk_enable()

2019-07-15 Thread Stephen Boyd
Quoting Andrey Smirnov (2019-07-15 13:12:29) > No-op version of clk_bulk_enable() should have the same protoype as > the real implementation, so constify the last argument to make it so. > > Signed-off-by: Andrey Smirnov > Cc: Russell King > Cc: Chris Healy > Cc: linux-...@vger.kernel.org >

[PATCH 1/6] clk: Sync prototypes for clk_bulk_enable()

2019-07-15 Thread Andrey Smirnov
No-op version of clk_bulk_enable() should have the same protoype as the real implementation, so constify the last argument to make it so. Signed-off-by: Andrey Smirnov Cc: Russell King Cc: Chris Healy Cc: linux-...@vger.kernel.org Cc: linux-kernel@vger.kernel.org --- include/linux/clk.h | 3