From: David Howells Date: Sun, 30 Oct 2005 23:02:44 +0000 (-0800) Subject: [PATCH] Keys: Get rid of warning in kmod.c if keys disabled X-Git-Tag: v2.6.15-rc1~59^2~15^2~76 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e1129ab831486c811d50d3905343ad48c4275f;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed