diff options
author | Jia-Ju Bai <baijiaju1990@gmail.com> | 2021-03-10 06:30:17 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-03-10 18:25:37 +0300 |
commit | df66617bfe87487190a60783d26175b65d2502ce (patch) | |
tree | 603f9df247e061c0e692457481bc3456c11d1729 /drivers/md/raid5-cache.c | |
parent | faa44c69daf9ccbd5b8a1aee13e0e0d037c0be17 (diff) | |
download | linux-df66617bfe87487190a60783d26175b65d2502ce.tar.xz |
block: rsxx: fix error return code of rsxx_pci_probe()
When create_singlethread_workqueue returns NULL to card->event_wq, no
error return code of rsxx_pci_probe() is assigned.
To fix this bug, st is assigned with -ENOMEM in this case.
Fixes: 8722ff8cdbfa ("block: IBM RamSan 70/80 device driver")
Reported-by: TOTE Robot <oslab@tsinghua.edu.cn>
Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com>
Link: https://lore.kernel.org/r/20210310033017.4023-1-baijiaju1990@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md/raid5-cache.c')
0 files changed, 0 insertions, 0 deletions