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: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8a1dbc8d91
commit
00553f322b
1 changed files with 8 additions and 9 deletions
|
@ -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_HOST_READY,
|
||||||
UDC_DMA_STP_STS_BS);
|
UDC_DMA_STP_STS_BS);
|
||||||
|
|
||||||
|
|
||||||
/* clear NAK by writing CNAK */
|
/* clear NAK by writing CNAK */
|
||||||
if (ep->naking) {
|
if (ep->naking) {
|
||||||
tmp = readl(&ep->regs->ctl);
|
tmp = readl(&ep->regs->ctl);
|
||||||
|
|
Loading…
Add table
Reference in a new issue