Re: [PATCH 0/2] net: usbnet: convert to new tasklet API

2021-01-26 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Sat, 23 Jan 2021 18:32:19 +0100 you wrote: > From: Emil Renner Berthing > > This converts the usbnet driver to use the new tasklet API introduced in > commit 12cc923f1ccc ("tasklet: Introduce new initialization API")

[PATCH 0/2] net: usbnet: convert to new tasklet API

2021-01-23 Thread Emil Renner Berthing
From: Emil Renner Berthing 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