Thread (1 message) 1 message, 1 author, 2017-11-07

[PATCH][V2] usb: gadget: pxa27x: Remove redundant assignment to is_short and dev

From: robert.jarzmik@free.fr (Robert Jarzmik)
Date: 2017-11-07 18:47:00
Also in: kernel-janitors, lkml

Colin King [off-list ref] writes:
From: Colin Ian King <redacted>

Variable is_short is set to zero but this value is never read as it is
overwritten with a new value later on, hence it is a redundant
assignment and can be removed.  Pointer dev is assigned a value that
is not read and it is updated a few statements later, this too is
redundant and can be removed. Cleans up clan warnings:

drivers/usb/gadget/udc/pxa27x_udc.c:986:3: warning: Value stored
to 'is_short' is never read
drivers/usb/gadget/udc/pxa27x_udc.c:1141:2: warning: Value stored
to 'dev' is never read
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>

Cheers.

--
Robert
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help