mmc: replace BUG_ON with WARN_ON
authorPierre Ossman <drzeus@drzeus.cx>
Thu, 9 Aug 2007 11:23:56 +0000 (13:23 +0200)
committerPierre Ossman <drzeus@drzeus.cx>
Sun, 23 Sep 2007 19:23:07 +0000 (21:23 +0200)
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 <drzeus@drzeus.cx>

No differences found