On Thu, Oct 15, 2020 at 10:38:34PM +0800, yangerkun wrote:
We make a mistake while backport 'commit 84855678add8 ("spi: Fix controller unregister order")'. What we should do is call __unreigster for each device before spi_destroy_queue. This problem exist in linux-4.4.y/linux-4.9.y.
Signed-off-by: yangerkun yangerkun@huawei.com
drivers/spi/spi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks, now applied.
greg k-h