phy: core: Fix error path in phy_create()
authorRoger Quadros <[email protected]>
Thu, 10 Jul 2014 06:25:02 +0000 (11:55 +0530)
committerGreg Kroah-Hartman <[email protected]>
Sat, 12 Jul 2014 01:23:49 +0000 (18:23 -0700)
commite73b49f1c4e75c44d62585cc3e5b9c7894b61c32
tree95b3336a3ec82f1b434b38747179e69b54cccbd6
parentbf5baf954a8249ad565862faa98accb19f3ab957
phy: core: Fix error path in phy_create()

Prevent resources from being freed twice in case device_add() call
fails within phy_create(). Also use ida_simple_remove() instead of
ida_remove() as we had used ida_simple_get() to allocate the ida.

Cc: 3.13+ <[email protected]> # 3.13+
Signed-off-by: Roger Quadros <[email protected]>
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/phy/phy-core.c