From: Chase Southwood Date: Tue, 20 Jan 2015 02:42:49 +0000 (-0600) Subject: staging: comedi: das1800: prefer kmalloc_array over kmalloc with multiply X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~241 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bff776931e6589192f07f22e1ec17b8eb878bd1a;p=pandora-kernel.git staging: comedi: das1800: prefer kmalloc_array over kmalloc with multiply Checkpatch doesn't like kmalloc with multiply very much: drivers/staging/comedi/drivers/das1800.c:1377: WARNING: Prefer kmalloc_array over kmalloc with multiply So this patch swaps that use out for kmalloc_array instead. Signed-off-by: Chase Southwood Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed