]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Nov 2013 19:02:08 +0000 (14:02 -0500)
commit06a2feb9e3bd0d2d555ccb19607ff5583cfa03e8
treef038df16cdb2282b0ed0d9374d7461b80150d421
parent45f1b02728438dc3c74a08a90f6ad8f60cbb1c6d
macmace: add missing platform_set_drvdata() in mace_probe()

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>
drivers/net/ethernet/apple/macmace.c