commit | 8d1ceb52e110aec808d64973f90fe4f69a5e42e9 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Thu Aug 20 01:31:58 2015 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Thu Aug 20 01:31:58 2015 -0500 |
tree | d567352d0df1acbb614a02d6bfde145db9419eb3 | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 [diff] |
PCI: imx6: Simplify a trivial if-return sequence Simplify a trivial if-return sequence by combining it with a preceding function call. The semantic patch that makes this change is available in scripts/coccinelle/misc/simple_return.cocci. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> CC: Lucas Stach <l.stach@pengutronix.de>