commit | 8938b5bb9980f4fb90435f73ec748e7e14603a16 | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Sun Jun 07 17:30:38 2015 +0200 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Tue Aug 11 13:35:45 2015 -0500 |
tree | 53e3636d23415dfd109ecb580bce53bb69cdbb3c | |
parent | 89be6513ddd75acca5cadf32441fc09b00242cc6 [diff] |
net: davinci_emac: don't teardown inactive rx channel Tearing down an unitialized rx channel causes a pending address hole event to be queued. When booting linux it will report this pending as something like "Address Hole seen by USB_OTG at address 57fff584", since u-boot did not handled this interrupt. Prevent that by not tearing down the rx channel, when not receiving. Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>