From: Christophe Jaillet Date: Fri, 1 May 2015 13:58:19 +0000 (+0200) Subject: cris: arch-v32: gpio: Use kzalloc instead of kmalloc/memset X-Git-Tag: omap-for-v4.3/fixes-rc1~15^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a4756f6951f97a9a601ba24632c5906750ef00d;p=pandora-kernel.git cris: arch-v32: gpio: Use kzalloc instead of kmalloc/memset Turn a kmalloc/memset into an equivalent kzalloc. Doing so also move the zero'ing of the memory outside of a mutex. Signed-off-by: Christophe Jaillet Signed-off-by: Jesper Nilsson --- Reading git-diff-tree failed