commit | 144a50ea5e1487b8b8e722289b4177713354448a | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Tue Aug 09 00:20:10 2005 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Sep 09 11:24:31 2005 -0700 |
tree | 061183fc40ee173cd9cb3a80c93ea4ef8284093d | |
parent | 7bcf5c0e7fd9ab4ddb9e24d7e91bda2ac23e5678 [diff] |
[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 <davej@redhat.com> Signed-off-by: Arjan van de Ven <arjan@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>