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