linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Coverity CID 712278: c_can_pci_probe() doesn't check pci_enable_msi() return value
@ 2014-04-03 16:53 Bjorn Helgaas
  2014-04-17 20:11 ` Marc Kleine-Budde
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Helgaas @ 2014-04-03 16:53 UTC (permalink / raw)
  To: Wolfgang Grandegger, Marc Kleine-Budde
  Cc: Alexander Gordeev, linux-can, linux-pci@vger.kernel.org

Coverity complains that c_can_pci_probe() calls pci_enable_msi()
without checking the result:


CID 712278 (#1 of 1): Unchecked return value (CHECKED_RETURN)
3. check_return: Calling pci_enable_msi_block without checking return
value (as is done elsewhere 88 out of 105 times).
 88        pci_enable_msi(pdev);

This is CID 712278.

Bjorn

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-17 20:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-03 16:53 Coverity CID 712278: c_can_pci_probe() doesn't check pci_enable_msi() return value Bjorn Helgaas
2014-04-17 20:11 ` Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).