From 5b12d0ac20dd9084995d10e1ec5bd43b7ec90f41 Mon Sep 17 00:00:00 2001 From: Darshana Padmadas Date: Sat, 20 Sep 2014 18:30:19 +0530 Subject: [PATCH] Staging: iio: adc: Fix warning prefer kmalloc_array over kmalloc This patch fixes the checkpatch warning: WARNING: Prefer kmalloc_array over kmalloc with multiply kmalloc_array is preffered for allocating for arrays. Signed-off-by: Darshana Padmadas Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed