On Tue, 28 Aug 2018 at 18:29, Colin King <[email protected]> wrote: > > From: Colin Ian King <[email protected]> > > Pointer 'dev' is being assigned but is never used hence it is > redundant and can be removed. > > Cleans up clang warning: > variable 'dev' set but not used [-Wunused-but-set-variable] > > Signed-off-by: Colin Ian King <[email protected]> > --- > drivers/power/supply/cros_usbpd-charger.c | 2 -- > 1 file changed, 2 deletions(-) >
Maybe add cros_usbpd prefix to the subject? Anyway: Reviewed-by: Krzysztof Kozlowski <[email protected]> Best regards, Krzysztof

