mirror of
https://github.com/torvalds/linux.git
synced 2024-12-13 22:53:20 +00:00
Input: wm831x-ts - remove unneeded clearing of driver data
This is unneeded, only a bound driver can use driver data and a driver relying on the state prior to probe() is buggy. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
24e491c21b
commit
2f7badb974
@ -390,7 +390,6 @@ static __devexit int wm831x_ts_remove(struct platform_device *pdev)
|
||||
input_unregister_device(wm831x_ts->input_dev);
|
||||
kfree(wm831x_ts);
|
||||
|
||||
platform_set_drvdata(pdev, NULL);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user