commit | 0b830198fb3c6ee0dbbe5aa98829eddbb27429b1 | [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 | 8396d0ab8b46907bd89e9f3a35fbb727f077d28a [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>