diff options
author | YoungJun Cho <[email protected]> | 2013-07-03 17:09:19 +0900 |
---|---|---|
committer | Inki Dae <[email protected]> | 2013-07-04 15:55:36 +0900 |
commit | af51a5e7068826fe5016ab38149243bacc449233 (patch) | |
tree | b387c89a69f668218497bc3500cbaa19cfe30120 /net/unix/sysctl_net_unix.c | |
parent | ba3706c0f19ab77593b8b3be6649746ac56905d3 (diff) |
drm/exynos: use drm_calloc_large when allocates pointer array
If the type of object is pointer array, the drm_calloc_large() is
more suitable than kzalloc() for its allocation function. And uses
drm_free_large() instead of kfree() also.
Signed-off-by: YoungJun Cho <[email protected]>
Signed-off-by: Seung-Woo Kim <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Signed-off-by: Inki Dae <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions