Skip to content

Commit

Permalink
usb: renesas_usbhs: typofix: irq_dtch control DTCHE
Browse files Browse the repository at this point in the history
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Kuninori Morimoto authored and Felipe Balbi committed Dec 12, 2011
1 parent f44b915 commit b95eb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/renesas_usbhs/mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ void usbhs_irq_callback_update(struct usbhs_priv *priv, struct usbhs_mod *mod)
if (mod->irq_attch)
intenb1 |= ATTCHE;

if (mod->irq_attch)
if (mod->irq_dtch)
intenb1 |= DTCHE;

if (mod->irq_sign)
Expand Down

0 comments on commit b95eb74

Please sign in to comment.