On Tue, 28 May 2019 at 15:43, YueHaibing <[email protected]> wrote: > > Fixes gcc '-Wunused-but-set-variable' warning: > > drivers/usb/host/ohci-s3c2410.c: In function s3c2410_hcd_oc: > drivers/usb/host/ohci-s3c2410.c:296:18: warning: variable hcd set but not > used [-Wunused-but-set-variable] > > It is never used, so can be removed. > > Signed-off-by: YueHaibing <[email protected]> > --- > drivers/usb/host/ohci-s3c2410.c | 2 -- > 1 file changed, 2 deletions(-)
Reviewed-by: Krzysztof Kozlowski <[email protected]> Best regards, Krzysztof

