[PATCH] Keys: Get rid of warning in kmod.c if keys disabled
authorDavid Howells <dhowells@redhat.com>
Sun, 30 Oct 2005 23:02:44 +0000 (15:02 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:23 +0000 (17:37 -0800)
commit20e1129ab831486c811d50d3905343ad48c4275f
treeab99b7172b903d2b4d3c58d45c11c41e4bba9c87
parent29db9190634067c5a328ee5fcc2890251b836b4b
[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>
kernel/kmod.c