From: Bjorn Helgaas Date: Fri, 12 Apr 2013 17:35:40 +0000 (-0600) Subject: PCI: Warn about failures instead of "must_check" functions X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~143^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fc9eea09f518b9bbdc0a14ef668698c913ba614;p=pandora-kernel.git 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 --- Reading git-diff-tree failed