]> git.baikalelectronics.ru Git - kernel.git/commit
phy: miphy365x: Convert to devm_kcalloc and fix wrong sizeof
authorAxel Lin <axel.lin@ingics.com>
Thu, 5 Mar 2015 01:52:59 +0000 (09:52 +0800)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 13 Mar 2015 11:44:37 +0000 (17:14 +0530)
commit0660feba89f2919bc7b505239b8040f7b9c65951
tree006aa5c9191998a330a8913536eb6ee1aeacf5f9
parent3b62d3a23d3fb29ce4e1252f3b0ccc9458c98761
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 <axel.lin@ingics.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-miphy365x.c