diff options
Diffstat (limited to 'd13.patch')
| -rw-r--r-- | d13.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/d13.patch b/d13.patch index 548251452cb571..eddd0c81601e3c 100644 --- a/d13.patch +++ b/d13.patch @@ -1,3 +1,18 @@ +From foo@baz Wed Jul 19 14:30:27 CEST 2017 +Date: Wed, 19 Jul 2017 14:30:27 +0200 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: fbdev: uvesafb: remove DRIVER_ATTR() usage + +It's better to be explicit and use the DRIVER_ATTR_RW() macro when +defining a driver's sysfs file. Bonus is this fixes up a checkpatch.pl +warning. + +This is part of a series to drop DRIVER_ATTR() from the tree entirely. + +Cc: Michal Januszewski <spock@gentoo.org> +Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/video/fbdev/uvesafb.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) |
