[media] v4l2-async: Use kmalloc_array() in v4l2_async_notifier_unregister()
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 26 Dec 2016 17:14:33 +0000 (15:14 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Jan 2017 09:46:57 +0000 (07:46 -0200)
commitf9e9c0669f15919a0e5e2908369eb6406af95ca0
treef66151f693977a21c828fc94e67cba248c341991
parent9945cf9997b5fc10b47c010cdb40b2753ccc77d9
[media] v4l2-async: Use kmalloc_array() in v4l2_async_notifier_unregister()

A multiplication for the size determination of a memory allocation
indicated that an array data structure should be processed.
Thus use the corresponding function "kmalloc_array".

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/v4l2-core/v4l2-async.c