commit | 68b1ea30e4b64c6c5a1ed7c1970062d61c1a892c | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Aug 07 18:27:37 2014 +0300 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Aug 15 00:58:17 2014 -0400 |
tree | 71a6ee059681061434df34f99633e46d43b6275c | |
parent | 4fb0bbd5d0f13f39a2fe5e092a64cece3a4afcb9 [diff] |
drm/radeon: add a check for allocation failure (v2) We can easily return -ENOMEM here if kzalloc() fails. v2: agd5f: drop the vm mutex Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>