Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 309c6651 authored by Danny Kukawka's avatar Danny Kukawka Committed by Jesse Barnes
Browse files

PCI hotplug: cpcihp: fix debug module parameter to be bool



Fix debug variable from module parameter to be really bool to
fix 'warning: return from incompatible pointer type'.

Acked-by: default avatarScott Murray <scott@spiteful.org>
Signed-off-by: default avatarDanny Kukawka <danny.kukawka@bisect.de>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent 26f41062
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
#define warn(format, arg...) printk(KERN_WARNING "%s: " format "\n", MY_NAME , ## arg)

/* local variables */
static int debug;
static bool debug;
static char *bridge;
static u8 bridge_busnr;
static u8 bridge_slot;