Skip to content

Commit

Permalink
usb: musb: dma: Remove unused variable
Browse files Browse the repository at this point in the history
Remove unused-but-set devctl variable.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20210123142502.16980-3-paul@crapouillou.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Paul Cercueil authored and Greg Kroah-Hartman committed Feb 5, 2021
1 parent ae2938c commit eb44cef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/usb/musb/musbhsdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,6 @@ irqreturn_t dma_controller_irq(int irq, void *private_data)
musb_channel->channel.status =
MUSB_DMA_STATUS_BUS_ABORT;
} else {
u8 devctl;

addr = musb_read_hsdma_addr(mbase,
bchannel);
channel->actual_len = addr
Expand All @@ -336,8 +334,6 @@ irqreturn_t dma_controller_irq(int irq, void *private_data)
< musb_channel->len) ?
"=> reconfig 0" : "=> complete");

devctl = musb_readb(mbase, MUSB_DEVCTL);

channel->status = MUSB_DMA_STATUS_FREE;

/* completed */
Expand Down

0 comments on commit eb44cef

Please sign in to comment.