commit | 9345b24f9f257708201dfab2d36ad2a411a281b4 | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | Sun Jul 17 16:08:43 2016 +0300 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 19 16:01:33 2016 -0700 |
tree | 98754e327f8540715fd042b80a889936c7315e06 | |
parent | eab814661945656d35d4a0e5870e932cd7139977 [diff] |
ravb: fix DMA channel misreporting Currently 'ifconfig' for the Ethernet devices handled by this driver shows "DMA chan: ff" while the driver doesn't use any DMA channels. Not assigning a value to 'net_device::dma' causes 'ifconfig' to correctly not report a DMA channel. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: David S. Miller <davem@davemloft.net>