]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Fix-bugs-in-Octeontx2-netdev-driver'
authorDavid S. Miller <davem@davemloft.net>
Wed, 29 Jul 2020 00:14:48 +0000 (17:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jul 2020 00:14:48 +0000 (17:14 -0700)
commit43461c24212d82938aa8345d91857e14724ba343
tree120b598b29da4609f533fedaba6d623a580dee66
parent61f444c2a49487bc2a322e15762f673871b162c1
parent8614da0b2161bf976f69e100e4b5ae28475348df
Merge branch 'Fix-bugs-in-Octeontx2-netdev-driver'

Subbaraya Sundeep says:

====================
Fix bugs in Octeontx2 netdev driver

There are problems in the existing Octeontx2
netdev drivers like missing cancel_work for the
reset task, missing lock in reset task and
missing unergister_netdev in driver remove.
This patch set fixes the above problems.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>