Re: [PATCH 05/11] net: caif: convert to use DRIVER_ATTR_RO

2017-06-09 Thread David Miller
From: Greg Kroah-Hartman Date: Fri, 9 Jun 2017 11:03:08 +0200 > 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 > Cc: > Signed-off-by: Greg Kroah-Hartman Acked-by: David S. Miller

[PATCH 05/11] net: caif: convert to use DRIVER_ATTR_RO

2017-06-09 Thread Greg Kroah-Hartman
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 Cc: Signed-off-by: Greg Kroah-Hartman --- drivers/net/caif/caif_spi.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-)