macmace: add missing platform_set_drvdata() in mace_probe()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 11 Nov 2013 06:16:16 +0000 (14:16 +0800)
committerJiri Slaby <jslaby@suse.cz>
Sat, 14 Nov 2015 17:58:25 +0000 (18:58 +0100)
commit9512204c65e6b7d2a30031e9f1594e099bb5a558
treee720f66676cbbc8f9e84537bc0502ae8edc854cc
parent8556e3af49a4bcc5bbfd3582a20a4e4163f8b455
macmace: add missing platform_set_drvdata() in mace_probe()

commit 06a2feb9e3bd0d2d555ccb19607ff5583cfa03e8 upstream.

Add missing platform_set_drvdata() in mace_probe(), otherwise
calling platform_get_drvdata() in mac_mace_device_remove() may
returns NULL.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/net/ethernet/apple/macmace.c