From: Axel Lin Date: Thu, 5 Mar 2015 01:52:59 +0000 (+0800) Subject: phy: miphy365x: Convert to devm_kcalloc and fix wrong sizeof X-Git-Tag: omap-for-v4.2/o2_dc~276^2~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d52948a0240d7d2d217d15a673364d990bf9e8;p=pandora-kernel.git phy: miphy365x: Convert to devm_kcalloc and fix wrong sizeof Prefer devm_kcalloc over devm_kzalloc with multiply. In additional, use sizeof(phy) is incorrect, fix it. Signed-off-by: Axel Lin Acked-by: Lee Jones Signed-off-by: Kishon Vijay Abraham I --- Reading git-diff-tree failed