[PATCH net-next 0/4] cpsw cleanups

2015-05-25 Thread Richard Cochran
While working on an out-of-tree customization, I noticed a few minor
problems in the cpsw code.  This series cleans up the issues I found.

Thanks,
Richard


Richard Cochran (4):
  net: cpsw: fix misplaced break statements.
  net: cpsw: remove two unused global functions
  net: cpsw: remove redundant calls enabling dma interrupts.
  net: cpsw: remove redundant calls disabling dma interrupts.

 drivers/net/ethernet/ti/cpsw.c |  9 ++--
 drivers/net/ethernet/ti/cpsw_ale.c | 45 --
 drivers/net/ethernet/ti/cpsw_ale.h |  2 --
 3 files changed, 2 insertions(+), 54 deletions(-)

-- 
2.1.4

--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH net-next 0/4] cpsw cleanups

2015-05-25 Thread David Miller
From: Richard Cochran richardcoch...@gmail.com
Date: Mon, 25 May 2015 11:02:12 +0200

 While working on an out-of-tree customization, I noticed a few minor
 problems in the cpsw code.  This series cleans up the issues I found.

Series applied, thanks Richard.
--
To unsubscribe from this list: send the line unsubscribe netdev in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html