Re: [PATCH] driver core: remove CLASS_ATTR usage

From: Greg KH
Date: Wed Jun 07 2017 - 05:15:06 EST


On Wed, Jun 07, 2017 at 11:40:12AM +1000, Michael Ellerman wrote:
> Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> writes:
>
> > From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> >
> > There was only 2 remaining users of CLASS_ATTR() so let's finally get
> > rid of them and force everyone to use the correct RW/RO/WO versions
> > instead.
> >
> > Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
> > Cc: Paul Mackerras <paulus@xxxxxxxxx>
> > Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx>
> > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> > ---
> >
> > PPC maintainers, can I take this in my driver core tree? I'm doing some
> > cleanups of device.h and this was one of the simpler ones at the moment.
>
> Yeah looks good to me, I did a quick build test and it was OK.
>
> Acked-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx>

Wonderful, thanks for testing it out.

greg k-h