staging: fsl-mc: fix incorrect type passed to dev_dbg macros
authorCihangir Akturk <cakturk@gmail.com>
Mon, 14 Mar 2016 16:14:06 +0000 (18:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Mar 2016 02:22:13 +0000 (22:22 -0400)
commite79e344a3d2fce5f75a80f028d41b2b9a88a34dc
treec7c31744a484bcd3fda35fb452b0d145fcee6b57
parent8827bd88efcb7e5976585b9b35a551d7c56f8efb
staging: fsl-mc: fix incorrect type passed to dev_dbg macros

dev_dbg macros expect const struct device ** as its second
argument but here the argument we are passing is of type
struct device ** this patch fixes this error.

Fixes: de71daf5c839 ("Staging: fsl-mc: Replace pr_debug with dev_dbg")
Cc: Bhumika Goyal <bhumirks@gmail.com>
Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Cihangir Akturk <cakturk@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fsl-mc/bus/mc-sys.c
This page took 0.035782 seconds and 5 git commands to generate.