mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-03 08:14:12 +00:00
usb: cdns2: Convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni <nichen@iscas.ac.cn> Link: https://lore.kernel.org/r/20240903073538.780996-1-nichen@iscas.ac.cn Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
673f0c3ffc
commit
b022041ea9
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user