UBUNTU: SAUCE: net: calxedaxgmac: drop some unnecessary register writes
From: Rob Herring <rob.herring@calxeda.com>
BugLink: http://launchpad.net/bugs/1059432
The interrupts have already been cleared, so we don't need to clear them
again. Also, we could miss interrupts if they are cleared, but we don't
process the packet.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Ike Panhc <ike.pan@canonical.com>
---
drivers/net/ethernet/calxeda/xgmac.c | 5 -----
1 file changed, 5 deletions(-)