linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] net: usbnet: convert to new tasklet API
@ 2021-01-23 17:32 Emil Renner Berthing
  2021-01-23 17:32 ` [PATCH 1/2] net: usbnet: initialize tasklet using tasklet_init Emil Renner Berthing
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Emil Renner Berthing @ 2021-01-23 17:32 UTC (permalink / raw)
  To: linux-usb, netdev
  Cc: Emil Renner Berthing, Oliver Neukum, David S. Miller,
	Jakub Kicinski, linux-kernel

From: Emil Renner Berthing <kernel@esmil.dk>

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.

Emil Renner Berthing (2):
  net: usbnet: use tasklet_init
  net: usbnet: use new tasklet API

 drivers/net/usb/usbnet.c | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

-- 
2.30.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-02-01 10:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-23 17:32 [PATCH 0/2] net: usbnet: convert to new tasklet API Emil Renner Berthing
2021-01-23 17:32 ` [PATCH 1/2] net: usbnet: initialize tasklet using tasklet_init Emil Renner Berthing
2021-02-01 10:36   ` Oliver Neukum
2021-01-23 17:32 ` [PATCH 2/2] net: usbnet: use new tasklet API Emil Renner Berthing
2021-02-01 10:36   ` Oliver Neukum
2021-01-27  2:10 ` [PATCH 0/2] net: usbnet: convert to " patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).