commit | 9886f444129171569461d8c39983e16f4871e3b4 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Apr 10 10:50:55 2012 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue Apr 10 11:00:30 2012 +0200 |
tree | 2ceefb3988e602a58f8055b4ec82b00eb306abf9 | |
parent | 6f103929f8979d2638e58d7f7fda0beefcb8ee7e [diff] |
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 <rientjes@google.com> Cc: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>