linux/arch/arm/mach-integrator
Sasha Levin f7a9b36517 ARM: integrator: use BUG_ON where possible
Just use BUG_ON() instead of constructions such as:

	if (...)
		BUG()

A simplified version of the semantic patch that makes this transformation
is as follows: (http://coccinelle.lip6.fr/)

// <smpl>
@@
expression e;
@@
- if (e) BUG();
+ BUG_ON(e);
// </smpl>

Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2012-11-17 19:44:39 +01:00
..
include/mach ARM: integrator: push down SC dependencies 2012-11-17 19:38:27 +01:00
common.h ARM: integrator: push down SC dependencies 2012-11-17 19:38:27 +01:00
core.c ARM: integrator: push down SC dependencies 2012-11-17 19:38:27 +01:00
cpu.c ARM: integrator: use __iomem pointers for MMIO 2012-09-19 15:11:54 +02:00
impd1.c
integrator_ap.c ARM: integrator: push down SC dependencies 2012-11-17 19:38:27 +01:00
integrator_cp.c ARM: integrator: push down SC dependencies 2012-11-17 19:38:27 +01:00
Kconfig ARM: integrator: hook the CP into the SoC bus 2012-11-16 22:26:07 +01:00
leds.c ARM: mach-integrator: retire custom LED code 2012-08-01 11:22:07 +08:00
lm.c
Makefile ARM: mach-integrator: retire custom LED code 2012-08-01 11:22:07 +08:00
Makefile.boot
pci_v3.c ARM: integrator: use BUG_ON where possible 2012-11-17 19:44:39 +01:00
pci.c ARM: PCI: provide a default bus scan implementation 2012-05-13 17:12:17 +01:00