staging: nokia_h4p: fix %d confusingly prefixed with 0x in format string

Signed-off-by: Hans Wennborg <hans@hanshq.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Hans Wennborg 2014-08-03 17:20:49 -07:00 committed by Greg Kroah-Hartman
parent 967544a65c
commit 5a31018845
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}