Merge branch 'microchip-fixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2022 09:10:29 +0000 (09:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Nov 2022 09:10:29 +0000 (09:10 +0000)
Shang XiaoJing says:

====================
net: microchip: Fix potential null-ptr-deref due to create_singlethread_workqueue()

There are some functions call create_singlethread_workqueue() without
checking ret value, and the NULL workqueue_struct pointer may causes
null-ptr-deref. Will be fixed by this patch.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge