Skip to content

Commit 8d5d070

Browse files
committed
fixup! xhci-pci: asmedia: Use read_poll_timeout()
1 parent 6ef4993 commit 8d5d070

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

drivers/usb/host/xhci-pci-asmedia.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ static int asmedia_mbox_tx(struct pci_dev *pdev, u64 data)
7373
1, TIMEOUT_USEC, false, pdev, ASMT_CFG_CONTROL,
7474
&op);
7575
if (ret) {
76-
dev_err(&pdev->dev, "Timed out on mailbox tx: 0x%llx\n", data);
76+
dev_err(&pdev->dev,
77+
"Timed out on mailbox tx: 0x%llx\n",
78+
data);
7779
return ret;
7880
}
7981
if (err)

0 commit comments

Comments
 (0)