Commit b95eb7476e7224baae34f67ae9a09042521e97ff

Authored by Kuninori Morimoto
Committed by Felipe Balbi
1 parent f44b915d31

usb: renesas_usbhs: typofix: irq_dtch control DTCHE

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/usb/renesas_usbhs/mod.c
... ... @@ -349,7 +349,7 @@
349 349 if (mod->irq_attch)
350 350 intenb1 |= ATTCHE;
351 351  
352   - if (mod->irq_attch)
  352 + if (mod->irq_dtch)
353 353 intenb1 |= DTCHE;
354 354  
355 355 if (mod->irq_sign)