commit | 09a38ab0b1a67e85b11d363dedc1f5de3d0e17e8 | [log] [tgz] |
---|---|---|
author | J. German Rivera <German.Rivera@freescale.com> | Sat Oct 17 11:18:21 2015 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sat Oct 17 20:53:38 2015 -0700 |
tree | d5604f7ea94ae1e7d4651add0d45c630c722c5e8 | |
parent | 6958cd44834ecd1e490be94343c44fc64076d391 [diff] |
staging: fsl-mc: refactored error exit in allocator probe/remove Replaced error gotos with direct returns in fsl_mc_allocator_probe() and fsl_mc_allocator_remove(), since the only error handling done in those functions is to exit. Signed-off-by: J. German Rivera <German.Rivera@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>