Searched hist:"9 fc9eea09f518b9bbdc0a14ef668698c913ba614" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | slot.c | diff 9fc9eea09f518b9bbdc0a14ef668698c913ba614 Fri Apr 12 12:35:40 CDT 2013 Bjorn Helgaas <bhelgaas@google.com> PCI: Warn about failures instead of "must_check" functions
These places capture return values to avoid "must_check" warnings, but we didn't *do* anything with the return values, which causes "set but not used" warnings. We might as well do something instead of just trying to evade the "must_check" warnings.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
|
H A D | bus.c | diff 9fc9eea09f518b9bbdc0a14ef668698c913ba614 Fri Apr 12 12:35:40 CDT 2013 Bjorn Helgaas <bhelgaas@google.com> PCI: Warn about failures instead of "must_check" functions
These places capture return values to avoid "must_check" warnings, but we didn't *do* anything with the return values, which causes "set but not used" warnings. We might as well do something instead of just trying to evade the "must_check" warnings.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
|
H A D | setup-bus.c | diff 9fc9eea09f518b9bbdc0a14ef668698c913ba614 Fri Apr 12 12:35:40 CDT 2013 Bjorn Helgaas <bhelgaas@google.com> PCI: Warn about failures instead of "must_check" functions
These places capture return values to avoid "must_check" warnings, but we didn't *do* anything with the return values, which causes "set but not used" warnings. We might as well do something instead of just trying to evade the "must_check" warnings.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
|