From: Matt Fleming Date: Sun, 2 Nov 2008 16:04:18 +0000 (+0000) Subject: x86: HPET: convert WARN_ON to WARN_ON_ONCE X-Git-Tag: v2.6.28-rc5~78^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1de5b0854623d30d01d72cd4ea323eb5f39d1f16;p=pandora-kernel.git x86: HPET: convert WARN_ON to WARN_ON_ONCE It is possible to flood the console with call traces if the WARN_ON condition is true because of the frequency with which this function is called. Signed-off-by: Matt Fleming Cc: mingo@elte.hu Cc: venkatesh.pallipadi@intel.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed