[PATCH V3 1/8] CLKDEV: Add helper routines to allocate and add clkdevs for given struct clk *
From: Russell King - ARM Linux <hidden>
Date: 2012-05-02 09:54:04
From: Russell King - ARM Linux <hidden>
Date: 2012-05-02 09:54:04
On Tue, May 01, 2012 at 08:31:51PM +0800, Shawn Guo wrote:
quoted
+ for (i = 0; i < num; i++) {With above line changed to: for (i = 0; i < num; i++, cl++) { Tested-by: Shawn Guo <redacted>
Thanks, fixed that and committed.