[PATCH 4/5] GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()

2016-09-21 Thread Daniel Vetter
On Mon, Sep 19, 2016 at 05:56:49PM +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Mon, 19 Sep 2016 17:30:31 +0200 > > The script "checkpatch.pl" can point information out like the following. > > WARNING: Prefer kcalloc over kzalloc with multiply > > Thus fix the affected source

[PATCH 4/5] GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()

2016-09-19 Thread SF Markus Elfring
From: Markus Elfring Date: Mon, 19 Sep 2016 17:30:31 +0200 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 ---