Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3c026ba authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley
Browse files

[SCSI] dmx3191d: fix a NULL pointer dereference



This patch fixes a NULL pointer dereference spotted by the Coverity
checker.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 8800727a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ static int __devinit dmx3191d_probe_one(struct pci_dev *pdev,
 out_free_irq:
	free_irq(shost->irq, shost);
 out_release_region:
	release_region(shost->io_port, DMX3191D_REGION_LEN);
	release_region(io, DMX3191D_REGION_LEN);
 out_disable_device:
	pci_disable_device(pdev);
 out: