Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb82d90e authored by Wolfram Sang's avatar Wolfram Sang Committed by Corey Minyard
Browse files

char: ipmi: Remove obsolete cleanup for clientdata



A few new i2c-drivers came into the kernel which clear the clientdata-pointer
on exit or error. This is obsolete meanwhile, the core will do it.

Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent 2fcaf60c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1097,8 +1097,6 @@ static int ssif_remove(struct i2c_client *client)
	if (!ssif_info)
		return 0;

	i2c_set_clientdata(client, NULL);

	/*
	 * After this point, we won't deliver anything asychronously
	 * to the message handler.  We can unregister ourself.