Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751481AbdFFVd4 (ORCPT ); Tue, 6 Jun 2017 17:33:56 -0400 Received: from merlin.infradead.org ([205.233.59.134]:38406 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751247AbdFFVdy (ORCPT ); Tue, 6 Jun 2017 17:33:54 -0400 Subject: Re: [PATCH 08/16] powerpc: ps3: use dev_groups and not dev_attrs for bus_type To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linuxppc-dev@lists.ozlabs.org References: <20170606192221.1617-1-gregkh@linuxfoundation.org> <20170606192221.1617-9-gregkh@linuxfoundation.org> From: Geoff Levand Message-ID: <797417fc-87f4-597b-ec10-ce73fef34320@infradead.org> Date: Tue, 6 Jun 2017 14:33:21 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170606192221.1617-9-gregkh@linuxfoundation.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 350 Lines: 11 On 06/06/2017 12:22 PM, Greg Kroah-Hartman wrote: > The dev_attrs field has long been "depreciated" and is finally being > removed, so move the driver to use the "correct" dev_groups field > instead for struct bus_type. > arch/powerpc/platforms/ps3/system-bus.c | 10 ++++++---- > 1 file changed, 6 insertions(+), 4 deletions(-) Seems OK. -Geoff