diff options
Diffstat (limited to '0017-speedtch.c-move-assignment-out-of-if-block.patch')
| -rw-r--r-- | 0017-speedtch.c-move-assignment-out-of-if-block.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/0017-speedtch.c-move-assignment-out-of-if-block.patch b/0017-speedtch.c-move-assignment-out-of-if-block.patch index 1033e4a2bb4d0f..076fa68687c201 100644 --- a/0017-speedtch.c-move-assignment-out-of-if-block.patch +++ b/0017-speedtch.c-move-assignment-out-of-if-block.patch @@ -1,7 +1,7 @@ From 621ba9de84b27122635c9198b8db5c7b87dd811f Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Date: Wed, 29 Apr 2015 16:22:12 +0200 -Subject: [PATCH 17/36] speedtch.c: move assignment out of if () block +Subject: [PATCH 17/36] USB: speedtch.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. |
