Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752082AbdFJL6R (ORCPT ); Sat, 10 Jun 2017 07:58:17 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59592 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752066AbdFJL6Q (ORCPT ); Sat, 10 Jun 2017 07:58:16 -0400 Date: Sat, 10 Jun 2017 13:58:08 +0200 From: Greg Kroah-Hartman To: Stephen Rothwell Cc: linux-kernel@vger.kernel.org, Rob Herring , Jiri Slaby Subject: Re: [PATCH 15/16] tty: serdev: use dev_groups and not dev_attrs for bus_type Message-ID: <20170610115808.GB19554@kroah.com> References: <20170606192221.1617-1-gregkh@linuxfoundation.org> <20170606192221.1617-16-gregkh@linuxfoundation.org> <20170610095649.2731e8fb@canb.auug.org.au> <20170610100122.303cc2dd@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170610100122.303cc2dd@canb.auug.org.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 Content-Length: 680 Lines: 24 On Sat, Jun 10, 2017 at 10:01:22AM +1000, Stephen Rothwell wrote: > Hi Greg, > > On Sat, 10 Jun 2017 09:56:49 +1000 Stephen Rothwell wrote: > > > > > +static struct attribute *serdev_device_attrs[] = { > > ^^^^^^^^^^^^^^^^^^^ > > Should have been "serdev_device_groups" > > Sorry, my mistake. > > > > + &dev_attr_modalias.attr, > > > + NULL, > > > }; > > > +ATTRIBUTE_GROUPS(serdev_device); > > I really hate macros that create symbols by concatenating parts. :-( I totally agree, but it's the only way I could come up with at the time to make this type of macro to simplify a lot of boiler-plate code. sorry, greg k-h