From: Pierre Ossman Date: Thu, 9 Aug 2007 11:23:56 +0000 (+0200) Subject: mmc: replace BUG_ON with WARN_ON X-Git-Tag: v2.6.24-rc1~1464^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d84075c8aed771d47d7ac6e96b098559da361c25;p=pandora-kernel.git mmc: replace BUG_ON with WARN_ON Replace all cases of BUG_ON with WARN_ON where there is a chance (with varying degrees of slim) that the kernel can continue without incidence. Signed-off-by: Pierre Ossman --- Reading git-diff-tree failed