commit | bb95cd34ba4c9467114acc78eeddd53ab1c10085 | [log] [tgz] |
---|---|---|
author | Kiran Padwal <kiran.padwal@smartplayin.com> | Fri Sep 19 12:44:39 2014 +0530 |
committer | Peter Huewe <peterhuewe@gmx.de> | Sat Jan 17 14:00:05 2015 +0100 |
tree | 7805a7a694e47e1c91175d623c31fff3ef4d1bd8 | |
parent | 398a1e71dc827b994b7f2f56c7c2186fea7f8d75 [diff] |
char: tpm: Add missing error check for devm_kzalloc Currently these driver are missing a check on the return value of devm_kzalloc, which would cause a NULL pointer dereference in a OOM situation. This patch adds a missing check for tpm_i2c_atmel.c and tpm_i2c_nuvoton.c Cc: stable@vger.kernel.org Signed-off-by: Kiran Padwal <kiran.padwal@smartplayin.com> Reviewed-By: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>