projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
967544a
)
staging: nokia_h4p: fix %d confusingly prefixed with 0x in format string
author
Hans Wennborg
<hans@hanshq.net>
Mon, 4 Aug 2014 00:20:49 +0000
(17:20 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:11 +0000
(12:23 -0700)
Signed-off-by: Hans Wennborg <hans@hanshq.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nokia_h4p/nokia_core.c
patch
|
blob
|
history
diff --git
a/drivers/staging/nokia_h4p/nokia_core.c
b/drivers/staging/nokia_h4p/nokia_core.c
index 775e1d0432301fbf810d40742b267125088d31ea..240da0c4ee72aa5a31bc8b12da7fcddab704e6b7 100644
(file)
--- a/
drivers/staging/nokia_h4p/nokia_core.c
+++ b/
drivers/staging/nokia_h4p/nokia_core.c
@@
-1113,7
+1113,7
@@
static int hci_h4p_probe(struct platform_device *pdev)
GPIOF_OUT_INIT_LOW, "bt_wakeup");
if (err < 0) {
- dev_err(info->dev, "Cannot get GPIO line 0x%
d
",
+ dev_err(info->dev, "Cannot get GPIO line 0x%
x
",
info->bt_wakeup_gpio);
return err;
}