]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5a746b13c3dd9d0622655197cf3a7d18ec1b714f
tree79cd58a36aca46cc33515f5d1461496e36d6f976
parent81d2a373bd35a13236dc608cb16c0fa2867afc82
parentb9197779911646580959fbc10a400315f6baadee
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 ad117fab14f5 ("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>