Re: [PATCH] Staging: fsl-mc: Fix up bad parameters to dev_err and dev_dbg

From: Greg Kroah-Hartman
Date: Tue Mar 22 2016 - 22:25:10 EST


On Fri, Mar 18, 2016 at 06:29:01PM -0700, Guenter Roeck wrote:
> The first parameter to dev_dbg() and dev_err() is struct device *,
> not struct device **.
>
> Fixes: de71daf5c839 ("Staging: fsl-mc: Replace pr_debug with dev_dbg")
> Fixes: 454b0ec8bf99 ("Staging: fsl-mc: Replace pr_err with dev_err")
> Cc: Bhumika Goyal <bhumirks@xxxxxxxxx>
> Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
> ---
> drivers/staging/fsl-mc/bus/mc-bus.c | 4 ++--
> drivers/staging/fsl-mc/bus/mc-sys.c | 6 +++---
> 2 files changed, 5 insertions(+), 5 deletions(-)

Someone else sent a patch for this before you did, I'll add you to that
one...

thanks,

greg k-h