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)
commitd84075c8aed771d47d7ac6e96b098559da361c25
tree6c2457a49240cb6c116f0b50340be3644fc10936
parent9f2fcf99394b34769e3243a7f42a0ba8d21fc774
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 <drzeus@drzeus.cx>
drivers/mmc/core/core.c
drivers/mmc/core/mmc.c
drivers/mmc/core/sd.c
drivers/mmc/core/sdio.c
drivers/mmc/core/sdio_irq.c