Re: [PATCH RESEND v2 1/8] staging: fsl-mc: static inline function to differentiate root dprc

From: Greg KH
Date: Sun Feb 07 2016 - 22:35:08 EST


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 <Lijun.Pan@xxxxxxxxxxxxx>
> ---
> 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