phy: miphy28lp: Convert to devm_kcalloc and fix wrong sizof
authorAxel Lin <axel.lin@ingics.com>
Thu, 5 Mar 2015 01:43:09 +0000 (09:43 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 13 Mar 2015 11:44:37 +0000 (17:14 +0530)
Prefer devm_kcalloc over devm_kzalloc with multiply.
In additional, use sizeof(phy) is incorrect, fix it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Gabriel Fernandez<gabriel.fernandez@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

No differences found