commit | c01fc2275e01a91e2243d9202c04f3ed872f9de8 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Thu Nov 02 19:27:33 2017 +0100 |
committer | Andy Gross <andy.gross@linaro.org> | Mon Jan 01 00:29:09 2018 -0600 |
tree | b8f8b0ede6c7c27084d739cf59699a3f927a205e | |
parent | 3830d0771ef66a3bb9ab57b70630b3598593a4f0 [diff] |
soc: qcom: smp2p: Use common error handling code in qcom_smp2p_probe() * Add a jump target so that a specific error message is stored only once at the end of this function implementation. * Replace two calls of the function "dev_err" by goto statements. * Adjust two condition checks. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Andy Gross <andy.gross@linaro.org>