]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/iio/industrialio-buffer.c
iio: Use kmalloc_array() in iio_scan_mask_set()
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 23 Sep 2016 20:30:32 +0000 (22:30 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sat, 24 Sep 2016 15:35:24 +0000 (16:35 +0100)
commit057ac1acdfc4743f066fcefe359385cad00549eb
treeb5fd619aef3a8ec7bb216422b424c0cf5ceb114d
parent1b14adcaf659d988adccda778f286d2be628a1e6
iio: Use kmalloc_array() in iio_scan_mask_set()

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>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/industrialio-buffer.c