diff mbox

Input: tps6507x-ts - call input_unregister_device instead of input_free_device in tps6507x_ts_remove

Message ID 1283476087.5439.1.camel@mola (mailing list archive)
State Accepted
Commit 8a26f5d18d45d49ff38ad2ddfed9c783dd2a19ab
Headers show

Commit Message

axel lin Sept. 3, 2010, 1:08 a.m. UTC
None
diff mbox

Patch

diff --git a/drivers/input/touchscreen/tps6507x-ts.c b/drivers/input/touchscreen/tps6507x-ts.c
index 7286209..c8c136c 100644
--- a/drivers/input/touchscreen/tps6507x-ts.c
+++ b/drivers/input/touchscreen/tps6507x-ts.c
@@ -359,7 +359,7 @@  static int __devexit tps6507x_ts_remove(struct platform_device *pdev)
 	cancel_delayed_work_sync(&tsc->work);
 	destroy_workqueue(tsc->wq);
 
-	input_free_device(input_dev);
+	input_unregister_device(input_dev);
 
 	tps6507x_dev->ts = NULL;
 	kfree(tsc);