Tag: 1ee7eead7071efc71f3dde214f215dfb820069e1

USB: inode.c: move assignment out of if () block

Author: Greg Kroah-Hartman <gregkh@linuxfoundation.org> We should not be doing assignments within an if () block so fix up the code to not do this. change was created using Coccinelle. CC: Al Viro CC: Peter Chen Acked-by: Alan Stern CC: Andrzej Pietrasiewicz CC: Paul Bolle Signed-off-by: Greg Kroah-Hartman Reviewed-by: Felipe Balbi — drivers/usb/gadget/legacy/inode.c | 9 ++++++— …

Lire la suite