Marek Szyprowski 60a883d119
spi: use kthread_create_worker() helper
Use kthread_create_worker() helper to simplify the code. It uses
the kthread worker API the right way. It will eventually allow
to remove the FIXME in kthread_worker_fn() and add more consistency
checks in the future.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Petr Mladek <pmladek@suse.com>
Link: https://lore.kernel.org/r/20200709065007.26896-1-m.szyprowski@samsung.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2020-07-09 22:41:10 +01:00
..
2020-06-24 16:37:47 +01:00
2020-06-23 13:38:15 +01:00
2020-05-25 13:25:34 +01:00
2020-03-17 13:20:16 +00:00
2020-06-16 00:38:38 +01:00
2020-01-17 15:37:44 +00:00
2020-07-09 22:41:10 +01:00