diff options
Diffstat (limited to 'd02.patch')
| -rw-r--r-- | d02.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/d02.patch b/d02.patch index 5c15f1c0871add..528bcdf5de40b4 100644 --- a/d02.patch +++ b/d02.patch @@ -1,3 +1,19 @@ +From foo@baz Thu Jun 8 15:02:46 CEST 2017 +Date: Thu, 08 Jun 2017 15:02:46 +0200 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: IB: nes: convert to use DRIVER_ATTR_RW + +We are trying to get rid of DRIVER_ATTR(), and all of the nes.c driver +attributes can be trivially changed to use DRIVER_ATTR_RW(), making the +code smaller and easier to manage over time. + +Cc: Faisal Latif <faisal.latif@intel.com> +Cc: Doug Ledford <dledford@redhat.com> +Cc: Sean Hefty <sean.hefty@intel.com> +Cc: Hal Rosenstock <hal.rosenstock@gmail.com> +Cc: <linux-rdma@vger.kernel.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/infiniband/hw/nes/nes.c | 80 +++++++++++++++------------------------- 1 file changed, 31 insertions(+), 49 deletions(-) |
