From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751585AbdFGJPD (ORCPT ); Wed, 7 Jun 2017 05:15:03 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:57558 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750739AbdFGJPC (ORCPT ); Wed, 7 Jun 2017 05:15:02 -0400 Date: Wed, 7 Jun 2017 11:14:54 +0200 From: Greg KH To: Michael Ellerman Cc: Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] driver core: remove CLASS_ATTR usage Message-ID: <20170607091454.GA6559@kroah.com> References: <20170606133203.GA7518@kroah.com> <87k24opocj.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87k24opocj.fsf@concordia.ellerman.id.au> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 07, 2017 at 11:40:12AM +1000, Michael Ellerman wrote: > Greg KH writes: > > > From: Greg Kroah-Hartman > > > > 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 > > Cc: Paul Mackerras > > Cc: Michael Ellerman > > Signed-off-by: Greg Kroah-Hartman > > --- > > > > 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 Wonderful, thanks for testing it out. greg k-h