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

Commit 488e3b5f authored by Julia Lawall's avatar Julia Lawall Committed by Felipe Balbi
Browse files

usb: gadget: udc: reduce indentation



Delete tab aligning a statement with the right hand side of a
preceding assignment rather than the left hand side.

Found with the help of Coccinelle.

Signed-off-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: default avatarFelipe Balbi <felipe.balbi@linux.intel.com>
parent 4d8cd616
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -947,7 +947,6 @@ static int prep_dma(struct udc_ep *ep, struct udc_request *req, gfp_t gfp)
				UDC_DMA_STP_STS_BS_HOST_READY,
				UDC_DMA_STP_STS_BS);


		/* clear NAK by writing CNAK */
		if (ep->naking) {
			tmp = readl(&ep->regs->ctl);