[PATCH 4/6] net: calxedaxgmac: drop some unnecessary register writes

2012-10-12 Thread Rob Herring
From: Rob Herring 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 --- drivers/net/ethernet/calxeda/xgmac.c |6 -- 1 file changed, 6

[PATCH 4/6] net: calxedaxgmac: drop some unnecessary register writes

2012-10-12 Thread Rob Herring
From: Rob Herring rob.herr...@calxeda.com 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.herr...@calxeda.com ---