Re: [PATCH] regulator: da9063: fix assignment of da9063_reg_matches to NULL

2014-03-11 Thread Mark Brown
On Tue, Mar 11, 2014 at 11:25:09AM +, Colin King wrote: > From: Colin Ian King > > cppcheck detected an incorrect assignment: Applied, thanks. signature.asc Description: Digital signature

[PATCH] regulator: da9063: fix assignment of da9063_reg_matches to NULL

2014-03-11 Thread Colin King
From: Colin Ian King cppcheck detected an incorrect assignment: drivers/regulator/da9063-regulator.c:711]: (warning) Assignment of function parameter has no effect outside the function the original code didn't do anything, instead, *da9063_reg_matches needs to be set to NULL. Signed-off-by: