From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753196AbcBHDe3 (ORCPT ); Sun, 7 Feb 2016 22:34:29 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:55646 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751286AbcBHDe2 (ORCPT ); Sun, 7 Feb 2016 22:34:28 -0500 Date: Sun, 7 Feb 2016 19:34:27 -0800 From: Greg KH To: Lijun Pan Cc: arnd@arndb.de, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, bhamciu1@freescale.com, Lijun.Pan2000@gmail.com, bhupesh.sharma@freescale.com, german.rivera@freescale.com, agraf@suse.de, stuart.yoder@freescale.com, nir.erez@freescale.com, itai.katz@freescale.com, scottwood@freescale.com, leoli@freescale.com, R89243@freescale.com, dan.carpenter@oracle.com, richard.schmitt@freescale.com Subject: Re: [PATCH RESEND v2 1/8] staging: fsl-mc: static inline function to differentiate root dprc Message-ID: <20160208033427.GA29235@kroah.com> References: <1449861954-2824-1-git-send-email-Lijun.Pan@freescale.com> <1449861954-2824-2-git-send-email-Lijun.Pan@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449861954-2824-2-git-send-email-Lijun.Pan@freescale.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 11, 2015 at 01:25:47PM -0600, Lijun Pan wrote: > Define a static inline function is_root_dprc(dev) to tell whether > a device is root dprc or not via platform_bus_type. > Remove fsl_mc_is_root_dprc() because is_root_dprc() is simpler > and easier to understand. > > Signed-off-by: Lijun Pan > --- > v2: use static inline function instead of macro > replace the fsl_mc_is_root_dprc with is_root_dprc This series doesn't apply to my tree anymore, due to another big patcheset for this subsystem being applied. Can you please rebase it against my staging-testing branch of staging.git and resend? thanks, greg k-h