From: Arjan van de Ven Date: Fri, 25 Jul 2008 08:45:54 +0000 (-0700) Subject: kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN() X-Git-Tag: v2.6.27-rc1~463 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a2c477069fbd32f91598f05334003979b987a39;p=pandora-kernel.git kernel/irq/manage.c: replace a printk + WARN_ON() to a WARN() Replace a printk+WARN_ON() by a WARN(); this increases the chance of the string making it into the bugreport (ie: it goes inside the ---[ cut here ]--- section) Signed-off-by: Arjan van de Ven Cc: Thomas Gleixner Cc: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed