commit | 44084efc2fd804e3b40159a19e1c4874f56f73ab | [log] [tgz] |
---|---|---|
author | Insu Yun <wuninsu@gmail.com> | Thu Jan 28 18:54:36 2016 -0500 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Feb 09 16:34:44 2016 +0100 |
tree | a50a4256279f16f5356f575fe638d6404fa1919b | |
parent | 14d2000182ed1cb6baf0fe8dc60a3664a832fc01 [diff] |
ch7006: correctly handling failed allocation Since drm_property_create_range can be failed in memory pressure, it needs to be checked and return -ENOMEM. Signed-off-by: Insu Yun <wuninsu@gmail.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1454025276-13465-1-git-send-email-wuninsu@gmail.com