android_kernel_motorola_sm6225/drivers/net/ethernet/renesas
Sergei Shtylyov 4eb313a7a9 sh_eth: fix misreporting of transmit abort
Due to obviously missing braces, EESR.TABT (transmit abort) interrupt may be
reported even if it hasn't happened, just when EESR.TWB (transmit descriptor
write-back) interrupt happens. Luckily (?), EESR.TWB is disabled by the driver
via the TRIMD register and all the interrupt masks, so that transmit abort is
never actually logged...

Put the braces where they should be and fix the incoherent comment, while at it.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-06-24 00:10:21 -07:00
..
Kconfig sh_eth: add R8A77781 support 2013-04-29 14:24:54 -04:00
Makefile
sh_eth.c sh_eth: fix misreporting of transmit abort 2013-06-24 00:10:21 -07:00
sh_eth.h sh_eth: fix unhandled RFE interrupt 2013-06-24 00:10:21 -07:00