From: Dave Jones Date: Tue, 9 Aug 2005 04:20:10 +0000 (-0400) Subject: [PATCH] must_check attributes for PCI layer. X-Git-Tag: v2.6.14-rc1~260^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=144a50ea5e1487b8b8e722289b4177713354448a;p=pandora-kernel.git [PATCH] must_check attributes for PCI layer. Self explanatory really. Some newer gcc's print a warning if a function is used and we don't check its result. We do this for a bunch of things in the kernel already, this extends that to the PCI layer. Based on a patch originally from Arjan van de Ven. Signed-off-by: Dave Jones Signed-off-by: Arjan van de Ven Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed