Tag: c688d6211f57e1f6f8aaae5522a9223247febbd6

USB: hcd.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 CC: Dan Williams CC: Antoine Tenart CC: Petr Mladek CC: Michal Sojka CC: “Rafael J. Wysocki” CC: Sergei Shtylyov Signed-off-by: Greg Kroah-Hartman Reviewed-by: …

Continue reading