aboutsummaryrefslogtreecommitdiffstats
path: root/0008-ioc3_serial.c-move-assignment-out-of-if-block.patch
diff options
Diffstat (limited to '0008-ioc3_serial.c-move-assignment-out-of-if-block.patch')
-rw-r--r--0008-ioc3_serial.c-move-assignment-out-of-if-block.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/0008-ioc3_serial.c-move-assignment-out-of-if-block.patch b/0008-ioc3_serial.c-move-assignment-out-of-if-block.patch
index 8fb9794a910c18..30dbd875ef40d5 100644
--- a/0008-ioc3_serial.c-move-assignment-out-of-if-block.patch
+++ b/0008-ioc3_serial.c-move-assignment-out-of-if-block.patch
@@ -1,7 +1,7 @@
From cdf92482f0381097283312e3e2d0781d6333ab8d Mon Sep 17 00:00:00 2001
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: Wed, 29 Apr 2015 16:22:06 +0200
-Subject: [PATCH 08/36] ioc3_serial.c: move assignment out of if () block
+Subject: [PATCH 08/36] tty: ioc3_serial.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.