summaryrefslogtreecommitdiff
path: root/drivers/net/caif
diff options
context:
space:
mode:
authorAnirudh Rayabharam <mail@anirudhrb.com>2021-05-03 14:56:44 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-13 18:30:36 +0300
commitbbeb18f27a44ce6adb00d2316968bc59dc640b9b (patch)
tree0ebfcc8e5f1da50a7391e5a6540152e2a4b91e19 /drivers/net/caif
parent5369ead83f5aff223b6418c99cb1fe9a8f007363 (diff)
downloadlinux-bbeb18f27a44ce6adb00d2316968bc59dc640b9b.tar.xz
net/smc: properly handle workqueue allocation failure
In smcd_alloc_dev(), if alloc_ordered_workqueue() fails, properly catch it, clean up and return NULL to let the caller know there was a failure. Move the call to alloc_ordered_workqueue higher in the function in order to abort earlier without needing to unwind the call to device_initialize(). Cc: Ursula Braun <ubraun@linux.ibm.com> Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Anirudh Rayabharam <mail@anirudhrb.com> Link: https://lore.kernel.org/r/20210503115736.2104747-18-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net/caif')
0 files changed, 0 insertions, 0 deletions