From: Thomas Gleixner Date: Tue, 10 Apr 2012 08:50:55 +0000 (+0200) Subject: itimer: Use printk_once instead of WARN_ONCE X-Git-Tag: v3.4-rc3~29^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9886f444129171569461d8c39983e16f4871e3b4;p=pandora-kernel.git itimer: Use printk_once instead of WARN_ONCE David pointed out, that WARN_ONCE() to report usage of an deprecated misfeature make folks unhappy. Use printk_once() instead. Andrew told me to stop grumbling and to remove the silly typecast while touching the file. Reported-by: David Rientjes Cc: Andrew Morton Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed