aboutsummaryrefslogtreecommitdiffstats
path: root/d04.patch
diff options
Diffstat (limited to 'd04.patch')
-rw-r--r--d04.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/d04.patch b/d04.patch
index a55e2d82f0c3f6..771266f5c58e0d 100644
--- a/d04.patch
+++ b/d04.patch
@@ -1,3 +1,15 @@
+From foo@baz Thu Jun 8 15:02:58 CEST 2017
+Date: Thu, 08 Jun 2017 15:02:58 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: TTY: hvc: convert to use DRIVER_ATTR_RW
+
+We are trying to get rid of DRIVER_ATTR(), and the hvc driver's
+attribute can be trivially changed to use DRIVER_ATTR_RW().
+
+Cc: Jiri Slaby <jslaby@suse.com>
+Cc: <linuxppc-dev@lists.ozlabs.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
drivers/tty/hvc/hvcs.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)