summaryrefslogtreecommitdiffstats
path: root/nic3com.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2013-08-23 23:29:23 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2013-08-23 23:29:23 +0000
commit4dea135d11eed31b4f605da843f8ec7e32036582 (patch)
tree20c63c2ef9a36bd6ba61248d8bbc337cf4a509e5 /nic3com.c
parentc74ec25e39098e35cc6e700f3ed15da8b4e700a2 (diff)
downloadflashrom-4dea135d11eed31b4f605da843f8ec7e32036582.zip
flashrom-4dea135d11eed31b4f605da843f8ec7e32036582.tar.gz
Add additional error handling to pcidev_readbar() callers
This is mostly a leftover of Niklas' "remove exit call from pcidev_init" patch. While not explicitly necessary detecting errors early is usually a good idea. Binary file (standard input) matches Corresponding to flashrom svn r1718.
Diffstat (limited to 'nic3com.c')
-rw-r--r--nic3com.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nic3com.c b/nic3com.c
index 8d67b54..27e28c7 100644
--- a/nic3com.c
+++ b/nic3com.c
@@ -96,6 +96,8 @@ int nic3com_init(void)
return 1;
io_base_addr = pcidev_readbar(dev, PCI_BASE_ADDRESS_0);
+ if (!io_base_addr)
+ return 1;
id = dev->device_id;
OpenPOWER on IntegriCloud