Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b95eb747 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Felipe Balbi
Browse files

usb: renesas_usbhs: typofix: irq_dtch control DTCHE

parent f44b915d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -349,7 +349,7 @@ void usbhs_irq_callback_update(struct usbhs_priv *priv, struct usbhs_mod *mod)
		if (mod->irq_attch)
		if (mod->irq_attch)
			intenb1 |= ATTCHE;
			intenb1 |= ATTCHE;


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


		if (mod->irq_sign)
		if (mod->irq_sign)