commit | ed6dee41927b6acad9f209899f360d4167f3f452 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Mon Sep 19 17:17:34 2016 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Sep 21 13:24:27 2016 +0200 |
tree | 0d8796a3abfe0890335da23e48d765d86e505f07 | |
parent | 2027400893a2fa03d764f62ca8e0c677d7691234 [diff] |
GPU-DRM: Replace two kzalloc() calls by kcalloc() in drm_legacy_addbufs_pci() The script "checkpatch.pl" can point information out like the following. WARNING: Prefer kcalloc over kzalloc with multiply Thus fix the affected source code places. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/51f88f44-130d-48ac-f531-32ca9ae3919f@users.sourceforge.net