Commit 5a310188 authored by Hans Wennborg's avatar Hans Wennborg Committed by Greg Kroah-Hartman
Browse files

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

parent 967544a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}