aboutsummaryrefslogtreecommitdiffstats
path: root/0023-hub.c-move-assignment-out-of-if-block.patch
diff options
Diffstat (limited to '0023-hub.c-move-assignment-out-of-if-block.patch')
-rw-r--r--0023-hub.c-move-assignment-out-of-if-block.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/0023-hub.c-move-assignment-out-of-if-block.patch b/0023-hub.c-move-assignment-out-of-if-block.patch
index 85a0ee4b9d6a95..0ed0ca2abb677f 100644
--- a/0023-hub.c-move-assignment-out-of-if-block.patch
+++ b/0023-hub.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From ef578ef0909f074287986f865173be92d7028213 Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:22 +0200
-Subject: [PATCH 23/36] hub.c: move assignment out of if () block
+Subject: [PATCH 23/36] USB: hub.c: move assignment out of if () block
We should not be doing assignments within an if () block
so fix up the code to not do this.