Re: [PATCH 0/9] drivers: mmc: Update trivial tasklet_init() callers

2021-02-08 Thread Ulf Hansson
On Thu, 4 Feb 2021 at 16:19, Emil Renner Berthing wrote: > > This updates callers of tasklet_init() in drivers/mmc to the new API > in commit 12cc923f1ccc ("tasklet: Introduce new initialization API") > > All changes are made by coccinelle using the following semantic patch: > > @ match @ > type T

[PATCH 0/9] drivers: mmc: Update trivial tasklet_init() callers

2021-02-04 Thread Emil Renner Berthing
This updates callers of tasklet_init() in drivers/mmc to the new API in commit 12cc923f1ccc ("tasklet: Introduce new initialization API") All changes are made by coccinelle using the following semantic patch: @ match @ type T; T *container; identifier tasklet; identifier callback; @@ task