Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] drivers/message/i2o/pci.c: fix a NULL pointer dereference

The Coverity checker spotted this obvious NULL pointer dereference.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Markus Lidel <Markus.Lidel@shadowconnect.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Adrian Bunk and committed by
Linus Torvalds
16a63173 42aacfba

+1 -1
+1 -1
drivers/message/i2o/pci.c
··· 421 421 i2o_pci_free(c); 422 422 423 423 free_controller: 424 - i2o_iop_free(c); 425 424 put_device(c->device.parent); 425 + i2o_iop_free(c); 426 426 427 427 disable: 428 428 pci_disable_device(pdev);