From: Kishon Vijay Abraham I Date: Mon, 17 Feb 2014 08:59:25 +0000 (+0530) Subject: phy: let phy_provider_register be the last step in registering PHY X-Git-Tag: v3.14-rc4~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64fe1891696cdef4603b5f2d7c3a846bce8cf42b;p=pandora-kernel.git phy: let phy_provider_register be the last step in registering PHY Registering phy_provider before creating the PHY can result in PHY callbacks being invoked which will lead to aborts. In order to avoid this invoke phy_provider_register after phy_create and phy_set_drvdata. Reported-by: Felipe Balbi Signed-off-by: Kishon Vijay Abraham I Acked-by: Sylwester Nawrocki Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed