phy: miphy28lp: Convert to devm_kcalloc and fix wrong sizof
authorAxel Lin <[email protected]>
Thu, 5 Mar 2015 01:43:09 +0000 (09:43 +0800)
committerKishon Vijay Abraham I <[email protected]>
Fri, 13 Mar 2015 11:44:37 +0000 (17:14 +0530)
commit018e6ff3c09f32b8743e06870c4dd6ed9a0b7ff5
treec0d83687b504d49bb82335f50338c2f7633e5958
parentd8d52948a0240d7d2d217d15a673364d990bf9e8
phy: miphy28lp: Convert to devm_kcalloc and fix wrong sizof

Prefer devm_kcalloc over devm_kzalloc with multiply.
In additional, use sizeof(phy) is incorrect, fix it.

Signed-off-by: Axel Lin <[email protected]>
Acked-by: Gabriel Fernandez<[email protected]>
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
drivers/phy/phy-miphy28lp.c