phy: phy-core.c: remove unnecessary initialization of local variables
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 19 Dec 2013 14:31:44 +0000 (20:01 +0530)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 24 Dec 2013 18:22:58 +0000 (23:52 +0530)
commitd18c960430ca341e5c12a023c805ff8fd10032a6
tree4f2b220b987aabc6e61d87185d945a8b848d3920
parent637d378cea0b463c466a61a6564cdd541d689af5
phy: phy-core.c: remove unnecessary initialization of local variables

There were a few places where variables are initialized unncessarily.
Remove those initializations.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/phy-core.c