From: Rafael J. Wysocki Date: Fri, 8 Aug 2008 23:05:13 +0000 (+0200) Subject: PM: Remove WARN_ON from device_pm_add X-Git-Tag: v2.6.27-rc5~54^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5a6d958b5d0a10e7e7a9dee1862fb31d08c6d26;p=pandora-kernel.git PM: Remove WARN_ON from device_pm_add PM: Remove WARN_ON from device_pm_add Fix message in device_pm_add() saying that the device will not be added to dpm_list, although in fact the device is going to be added to the list regardless of the ordering violation. Remove the WARN_ON(true) triggered in that situation, because it is hit by USB very often and spams the users' logs. This patch fixes bug #11263 Signed-off-by: Rafael J. Wysocki Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed