Tag: d0d6bc89b6da035610ee5087593c1fdb35349249

USB: ohci-dbg.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. Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman Reviewed-by: Felipe Balbi — drivers/usb/host/ohci-dbg.c | 6 ++++– 1 file changed, 4 insertions(+), 2 deletions(-)   diff –git a/drivers/usb/host/ohci-dbg.c b/drivers/usb/host/ohci-dbg.c …

Continue reading