We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef4993 commit 8d5d070Copy full SHA for 8d5d070
1 file changed
drivers/usb/host/xhci-pci-asmedia.c
@@ -73,7 +73,9 @@ static int asmedia_mbox_tx(struct pci_dev *pdev, u64 data)
73
1, TIMEOUT_USEC, false, pdev, ASMT_CFG_CONTROL,
74
&op);
75
if (ret) {
76
- dev_err(&pdev->dev, "Timed out on mailbox tx: 0x%llx\n", data);
+ dev_err(&pdev->dev,
77
+ "Timed out on mailbox tx: 0x%llx\n",
78
+ data);
79
return ret;
80
}
81
if (err)
0 commit comments