commit | 20e1129ab831486c811d50d3905343ad48c4275f | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Sun Oct 30 15:02:44 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 30 17:37:23 2005 -0800 |
tree | ab99b7172b903d2b4d3c58d45c11c41e4bba9c87 | |
parent | 29db9190634067c5a328ee5fcc2890251b836b4b [diff] |
[PATCH] Keys: Get rid of warning in kmod.c if keys disabled The attached patch gets rid of a "statement without effect" warning when CONFIG_KEYS is disabled by making use of the return value of key_get(). The compiler will optimise all of this away when keys are disabled. Signed-Off-By: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>