diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2017-05-06 10:23:59 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-05-22 10:39:25 +0200 |
commit | 49af64e6b52208219d008cd445ca09c07a965105 (patch) | |
tree | a9df9d63e06616375260c77f58ae137df8895c81 /drivers/mfd/wm8350-gpio.c | |
parent | ceba43834d1059b460cd05f92eff08c3fe5627f4 (diff) | |
download | talos-obmc-linux-49af64e6b52208219d008cd445ca09c07a965105.tar.gz talos-obmc-linux-49af64e6b52208219d008cd445ca09c07a965105.zip |
pinctrl: imx: Check for memory allocation failure
If 'devm_kzalloc' fails, a NULL pointer will be dereferenced.
Return -ENOMEM instead, as done for the other memory allocation just a
few lines below.
BTW, change the 'devm_kzalloc' into a 'devm_kcalloc'.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/mfd/wm8350-gpio.c')
0 files changed, 0 insertions, 0 deletions