From bf3a35ac8038d6f3104c4b9fd8a6970c6b42b56f Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Sat, 9 May 2015 18:44:51 -0300 Subject: [PATCH] mmc: host: sdhci: Use BUG_ON() Use BUG_ON() instead of an 'if' condition followed by BUG(). The semantic patch that makes this change is available in scripts/coccinelle/misc/bugon.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Fabio Estevam Signed-off-by: Ulf Hansson --- Reading git-format-patch failed