rapidio: fix a NULL pointer dereference when create_workqueue() fails
authorKangjie Lu <kjlu@umn.edu>
Tue, 14 May 2019 22:44:49 +0000 (15:44 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 22 Jun 2019 06:17:11 +0000 (08:17 +0200)
commit506e0ced8dc3f2cccca5e72e9aeb572e0315c367
tree302898959a41e18b47866f7dd3bfce30fcd016e3
parentf4e2dd989e87a5982ae52bf5dc150287da8d729b
rapidio: fix a NULL pointer dereference when create_workqueue() fails

[ Upstream commit 23015b22e47c5409620b1726a677d69e5cd032ba ]

In case create_workqueue fails, the fix releases resources and returns
-ENOMEM to avoid NULL pointer dereference.

Signed-off-by: Kangjie Lu <kjlu@umn.edu>
Acked-by: Alexandre Bounine <alex.bou9@gmail.com>
Cc: Matt Porter <mporter@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/rapidio/rio_cm.c