OSDN Git Service

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)
commitfa662d7816a5a3790f3ee49f27e5f65991d3347d
tree120b598b29da4609f533fedaba6d623a580dee66
parent3cab8c65525920f00d8f4997b3e9bb73aecb3a8e
parented543f5c6a988d8a863d2436794230cef2c82389
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>