From: Maninder Singh Date: Fri, 19 Jun 2015 04:05:23 +0000 (+0530) Subject: drm/radeon: use kzalloc for allocating one thing X-Git-Tag: omap-for-v4.2/fixes-rc1^2~36^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69ee2410238e6ea6fd5d0a91b04510bba8abc7b5;p=pandora-kernel.git drm/radeon: use kzalloc for allocating one thing Use kzalloc for allocating one thing rather than kcalloc(1... The semantic patch that makes this change is as follows: // @@ @@ - kcalloc(1, + kzalloc( ...) // Signed-off-by: Maninder Singh Reviewed-by: Vaneet Narang Reviewed-by: Christian König Signed-off-by: Alex Deucher --- Reading git-diff-tree failed