Changeset b5f716b in mainline for uspace/drv/bus/pci/pciintel/pci.c
- Timestamp:
- 2014-04-18T11:32:09Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5792d6e
- Parents:
- 80f6be9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/pci/pciintel/pci.c
r80f6be9 rb5f716b 284 284 const uint32_t conf_addr = CONF_ADDR(fun->bus, fun->dev, fun->fn, reg); 285 285 pci_bus_t *bus = pci_bus_from_fun(fun); 286 uint32_t val ;286 uint32_t val = 0; // Prevent -Werror=maybe-uninitialized 287 287 288 288 fibril_mutex_lock(&bus->conf_mutex);
Note:
See TracChangeset
for help on using the changeset viewer.