From: Sergei Shtylyov Date: Sun, 10 Feb 2008 23:32:12 +0000 (+0100) Subject: ide: insert BUG_ON() into __ide_set_handler() (take 2) X-Git-Tag: v2.6.25-rc2~93^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d30a426dc5fd8801dbd05485788a001de623d487;p=pandora-kernel.git ide: insert BUG_ON() into __ide_set_handler() (take 2) Replace the check for hwgroup->handler and printk(KERN_CRIT, ...) at the start of __ide_set_handler() with mere BUG_ON() while removing such from the caller, ide_execute_command(). Fix up the code formatting, while at it... Signed-off-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed