commit | b5a2ecd857a224c4fbeeaa4f60f09bea3fc1837e | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Mon Sep 19 17:30:31 2016 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Sep 21 13:24:27 2016 +0200 |
tree | 54d7fa748a219f9c9e2cb62b17afc1520219bf42 | |
parent | 81a441378d6e5b030af5429fe2ca1763de0f053a [diff] |
GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg() The script "checkpatch.pl" can point information out like the following. WARNING: Prefer kcalloc over kzalloc with multiply Thus fix the affected source code place. 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/b340d1ca-f114-a523-e6d1-afe7fd6c3826@users.sourceforge.net