Commit 993ffc5b authored by Felipe Balbi's avatar Felipe Balbi
Browse files

usb: dwc3: qcom: fix checkpatch warnings



no functional changes

Signed-off-by: default avatarFelipe Balbi <balbi@kernel.org>
parent c64b475b
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -444,7 +444,9 @@ static int dwc3_qcom_setup_irq(struct platform_device *pdev)
{
	struct dwc3_qcom *qcom = platform_get_drvdata(pdev);
	const struct dwc3_acpi_pdata *pdata = qcom->acpi_pdata;
	int irq, ret;
	int irq;
	int ret;

	irq = dwc3_qcom_get_irq(pdev, "hs_phy_irq",
				pdata ? pdata->hs_phy_irq_index : -1);
	if (irq > 0) {