[PATCH 06/11] net: ehea: convert to use DRIVER_ATTR_RO

2017-06-09 Thread Greg Kroah-Hartman
We are trying to get rid of DRIVER_ATTR(), and the ehea driver's attribute can be trivially changed to use DRIVER_ATTR_RO(). Cc: Douglas Miller Cc: Signed-off-by: Greg Kroah-Hartman --- drivers/net/ethernet/ibm/ehea/ehea_main.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff

Re: [PATCH 06/11] net: ehea: convert to use DRIVER_ATTR_RO

2017-06-09 Thread David Miller
From: Greg Kroah-Hartman Date: Fri, 9 Jun 2017 11:03:09 +0200 > We are trying to get rid of DRIVER_ATTR(), and the ehea driver's > attribute can be trivially changed to use DRIVER_ATTR_RO(). > > Cc: Douglas Miller > Cc: > Signed-off-by: Greg Kroah-Hartman Acked-by: David S. Miller