Re: [PATCH] regulator: wm8350: fix missing increment of loop index i

2018-04-23 Thread Charles Keepax
On Fri, Apr 20, 2018 at 10:26:23AM +0100, Colin King wrote: > From: Colin Ian King > > It seems that the loop index i is not being incremented and hence > potentially the while loop could spin forever. Fortunately with the > data being used this does not appear to

Re: [PATCH] regulator: wm8350: fix missing increment of loop index i

2018-04-23 Thread Charles Keepax
On Fri, Apr 20, 2018 at 10:26:23AM +0100, Colin King wrote: > From: Colin Ian King > > It seems that the loop index i is not being incremented and hence > potentially the while loop could spin forever. Fortunately with the > data being used this does not appear to happen at the moment. > >

[PATCH] regulator: wm8350: fix missing increment of loop index i

2018-04-20 Thread Colin King
From: Colin Ian King It seems that the loop index i is not being incremented and hence potentially the while loop could spin forever. Fortunately with the data being used this does not appear to happen at the moment. Fixes: da09155ac8d3 ("regulator: Add WM8350

[PATCH] regulator: wm8350: fix missing increment of loop index i

2018-04-20 Thread Colin King
From: Colin Ian King It seems that the loop index i is not being incremented and hence potentially the while loop could spin forever. Fortunately with the data being used this does not appear to happen at the moment. Fixes: da09155ac8d3 ("regulator: Add WM8350 regulator support") Signed-off-by: