On Tue, May 01, 2012 at 08:31:51PM +0800, Shawn Guo wrote:
> > + for (i = 0; i < num; i++) {
>
> With above line changed to:
>
> for (i = 0; i < num; i++, cl++) {
>
>
> Tested-by: Shawn Guo <shawn.guo at linaro.org>
Thanks, fixed that and committed.