commit | 61d22596a760091b51d93853b3a303c2241193be | [log] [tgz] |
---|---|---|
author | Richard Cochran <richardcochran@gmail.com> | Mon May 25 11:02:16 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 25 18:19:09 2015 -0400 |
tree | 44ede75dd102b2236e2e6a0c4891a9d1eb270af4 | |
parent | 071f1a960c67be004c4fa34e0b079c7747038693 [diff] |
net: cpsw: remove redundant calls disabling dma interrupts. The function, cpsw_intr_disable, already calls cpdma_ctlr_int_ctrl. There is no need to disable the dma interrupts twice. This patch removes the extra calls. Signed-off-by: Richard Cochran <richardcochran@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>