summaryrefslogtreecommitdiff
path: root/oui-update.py
AgeCommit message (Expand)AuthorFilesLines
2013-08-23oui-update: minor: Fix typo in error messageTobias Klauser1-1/+1
2013-05-05oui: minor: rename update fileDaniel Borkmann1-0/+81
> authorIvan Khoronzhuk <ivan.khoronzhuk@linaro.org>2016-08-10 02:22:33 +0300 committerDavid S. Miller <davem@davemloft.net>2016-08-10 17:27:38 -0700 commit0a440f8f4f75598235a71a365fb0dbe0056ad75c (patch) tree2137f8dd71f63f0be055aa2d794dda2278617726 parent27e9e10391259cbe2e52d6f0ac5b16b1d898d901 (diff)
net: ethernet: ti: cpsw: remove intr dbg msg from poll handlers
At poll handler no possibility to figure out which network device is handling packets, as cpdma channels are common for both network devices in dual_emac mode. Currently, the messages are printed only for one device, in fact, there is two. This print msg is incorrect and seems is not very useful, so drop it from poll handler. Reviewed-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat