commit | d313cdde71ec9a5c327a515c37a0dca2cca00de5 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Sun Jun 26 13:40:35 2016 +0200 |
committer | Lee Jones <lee.jones@linaro.org> | Wed Jun 29 10:16:22 2016 +0100 |
tree | 288366d6045f2739e47eddbd6a20c143704f0c20 | |
parent | 8175a01c2117e13f53b258e039f3a89c58be1425 [diff] |
mfd: dm355evm_msp: Return directly after a failed platform_device_alloc() in add_child() The platform_device_put() function was called in one case by the add_child() function during error handling even if the passed variable "pdev" contained a null pointer. Return directly in this case. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Lee Jones <lee.jones@linaro.org>