Commit b022041e authored by Chen Ni's avatar Chen Ni Committed by Greg Kroah-Hartman
Browse files

usb: cdns2: Convert comma to semicolon



Replace a comma between expression statements by a semicolon.

Signed-off-by: default avatarChen Ni <nichen@iscas.ac.cn>
Link: https://lore.kernel.org/r/20240903073538.780996-1-nichen@iscas.ac.cn


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 673f0c3f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2033,8 +2033,8 @@ static void cdns2_quiesce(struct cdns2_device *pdev)
	set_reg_bit_8(&pdev->usb_regs->usbcs, USBCS_DISCON);

	/* Disable interrupt. */
	writeb(0, &pdev->interrupt_regs->extien),
	writeb(0, &pdev->interrupt_regs->usbien),
	writeb(0, &pdev->interrupt_regs->extien);
	writeb(0, &pdev->interrupt_regs->usbien);
	writew(0, &pdev->adma_regs->ep_ien);

	/* Clear interrupt line. */