aboutsummaryrefslogtreecommitdiffstats
path: root/d06.patch
diff options
Diffstat (limited to 'd06.patch')
-rw-r--r--d06.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/d06.patch b/d06.patch
index bff4fdf7205c51..e5e20f25eae03e 100644
--- a/d06.patch
+++ b/d06.patch
@@ -1,3 +1,16 @@
+From foo@baz Thu Jun 8 15:03:13 CEST 2017
+Date: Thu, 08 Jun 2017 15:03:13 +0200
+To: Greg KH <gregkh@linuxfoundation.org>
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Subject: net: caif: convert to use DRIVER_ATTR_RO
+
+We are trying to get rid of DRIVER_ATTR(), and the caif driver's
+attributes can be trivially changed to use DRIVER_ATTR_RO().
+
+Cc: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
+Cc: <netdev@vger.kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+
---
drivers/net/caif/caif_spi.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)