]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
scsi: aacraid: Fix error handling paths in aac_probe_one()
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 12 Apr 2020 09:40:39 +0000 (11:40 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 27 Apr 2020 22:39:53 +0000 (18:39 -0400)
commitf7854c382240c1686900b2f098b36430c6f5047e
tree0e5188d14368c652e8a59801099a85b09cbedf71
parentf371d53453772bcbb9ac2201029b66281f713c07
scsi: aacraid: Fix error handling paths in aac_probe_one()

If 'scsi_host_alloc()' or 'kcalloc()' fail, 'error' is known to be 0. Set
it explicitly to -ENOMEM before branching to the error handling path.

While at it, remove 2 useless assignments to 'error'. These values are
overwridden a few lines later.

Link: https://lore.kernel.org/r/20200412094039.8822-1-christophe.jaillet@wanadoo.fr
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/aacraid/linit.c