commit | d2c85ac24ed7636934f469fac8836b87c7e6cb40 | [log] [tgz] |
---|---|---|
author | Insu Yun <wuninsu@gmail.com> | Sat Oct 17 19:25:07 2015 +0000 |
committer | Sebastian Reichel <sre@kernel.org> | Mon Oct 19 11:42:02 2015 +0200 |
tree | d40442df29f9704604f316735ac9f2997d4a05d6 | |
parent | e74eba049356fdad6713ab66322d9aeb0e85608b [diff] |
hsi: correctly handle return value of kzalloc Since kzalloc can be failed in memory pressure, its return value should be checked and handled. Signed-off-by: Insu Yun <wuninsu@gmail.com> Signed-off-by: Sebastian Reichel <sre@kernel.org>