]> asedeno.scripts.mit.edu Git - linux.git/commit
PCI: spear: Use BUG_ON() instead of condition followed by BUG()
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 20 Aug 2015 06:31:24 +0000 (01:31 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 20 Aug 2015 06:31:24 +0000 (01:31 -0500)
commit68ebb7ce395c6d8ca99163911ec384853d4f88ad
tree63586d7b843ccfc4e906b8398784ed3ef1a0e9bc
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
PCI: spear: Use BUG_ON() instead of condition followed by BUG()

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.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
CC: Pratyush Anand <pratyush.anand@gmail.com>
drivers/pci/host/pcie-spear13xx.c