From: Madhusudhanan Ravindran Date: Tue, 10 Mar 2015 17:37:39 +0000 (+0530) Subject: staging: sm750fb: Use kzalloc rather than kmalloc followed by memset with 0 X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~489 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a99e334da16ce81163db0e47ec22469a79a91b72;p=pandora-kernel.git staging: sm750fb: Use kzalloc rather than kmalloc followed by memset with 0 The semantic patch that makes this change is available in scriptcoccinelle/api/alloc/kzalloc-simple.cocci. Signed-off-by: Madhusudhanan Ravindran Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed