Merge branch 'net-usbnet-convert-to-new-tasklet-api'
authorJakub Kicinski <kuba@kernel.org>
Wed, 27 Jan 2021 02:04:28 +0000 (18:04 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 27 Jan 2021 02:04:28 +0000 (18:04 -0800)
commit6626a0266566c5aea16178c5e6cd7fc4db3f2f56
tree79cd58a36aca46cc33515f5d1461496e36d6f976
parent3e4715ec58ff48015270971f33eafc956cf5ca3f
parentc955e329bb9d44fab75cf2116542fcc0de0473c5
Merge branch 'net-usbnet-convert-to-new-tasklet-api'

Emil Renner Berthing says:

====================
net: usbnet: convert to new tasklet API

This converts the usbnet driver to use the new tasklet API introduced in
commit 12cc923f1ccc ("tasklet: Introduce new initialization API")

It is split into two commits for ease of reviewing.
====================

Link: https://lore.kernel.org/r/20210123173221.5855-1-esmil@mailme.dk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>