Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1363174
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] Staging: fsl-mc: Fix up bad parameters to dev_err and dev_dbg |
| Date | 2016-03-23 03:30 +0100 |
| Message-ID | <rfGIy-54a-25@gated-at.bofh.it> (permalink) |
| References | <redSi-6s7-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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@gmail.com>
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> ---
> 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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] Staging: fsl-mc: Fix up bad parameters to dev_err and dev_dbg Guenter Roeck <linux@roeck-us.net> - 2016-03-19 02:30 +0100 Re: [PATCH] Staging: fsl-mc: Fix up bad parameters to dev_err and dev_dbg Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2016-03-23 03:30 +0100
csiph-web