From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from s3.sipsolutions.net ([144.76.43.152]:53314 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753314Ab3GYHwI (ORCPT ); Thu, 25 Jul 2013 03:52:08 -0400 Message-ID: <1374738723.8827.3.camel@jlt4.sipsolutions.net> (sfid-20130725_095212_525971_DD6EB4E0) Subject: Re: [PATCH 33/36] net: rfkill: convert class code to use dev_groups From: Johannes Berg To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, "John W. Linville" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org Date: Thu, 25 Jul 2013 09:52:03 +0200 In-Reply-To: <1374703539-9705-34-git-send-email-gregkh@linuxfoundation.org> References: <1374703539-9705-1-git-send-email-gregkh@linuxfoundation.org> <1374703539-9705-34-git-send-email-gregkh@linuxfoundation.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Wed, 2013-07-24 at 15:05 -0700, Greg Kroah-Hartman wrote: > The dev_attrs field of struct class is going away soon, dev_groups > should be used instead. This converts the rfkill class code to use the > correct field. > > Cc: Johannes Berg > Cc: John W. Linville > Cc: linux-wireless@vger.kernel.org > Cc: netdev@vger.kernel.org > Signed-off-by: Greg Kroah-Hartman > --- > > Johnannes, feel free to take this through your tree, or ACK it and I can > take it through mine. Looks good to me, go ahead and take it, we're not going to modify this code. Reviewed-by: Johannes Berg johannes