QE Ethernet driver writes to wrong register to mask interrupts
authorTimur Tabi <timur@freescale.com>
Tue, 10 Jul 2007 12:51:11 +0000 (07:51 -0500)
committerJeff Garzik <jeff@garzik.org>
Tue, 10 Jul 2007 16:24:42 +0000 (12:24 -0400)
commitc6f5047b633f0605098fe47417c4e1ed87a7637a
tree6fbbadca51cb8682c44639d986ec744326795be7
parent4f092432bd443416b649519c3d5405aa55ad2d15
QE Ethernet driver writes to wrong register to mask interrupts

The QE Ethernet driver was writing to the wrong register to mask interrupts.
In ucc_geth_stop(), it was clearing UCCE instead of UCCM.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/ucc_geth.c