ethernet/arc/arc_emac: add missing platform_set_drvdata() in arc_emac_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 11 Nov 2013 06:15:12 +0000 (14:15 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Nov 2013 19:02:07 +0000 (14:02 -0500)
commit45f1b02728438dc3c74a08a90f6ad8f60cbb1c6d
treef533dec6e999e5a730e087c9b68865c351cbc107
parentf8c31c8f80dd882f7eb49276989a4078d33d67a7
ethernet/arc/arc_emac: add missing platform_set_drvdata() in arc_emac_probe()

Add missing platform_set_drvdata() in arc_emac_probe(), otherwise
calling platform_get_drvdata() in arc_emac_remove() may returns NULL.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/arc/emac_main.c