aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/rc')
-rw-r--r--drivers/media/rc/imon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/imon.c b/drivers/media/rc/imon.c
index 2d2476d68a1a..3f3c70716268 100644
--- a/drivers/media/rc/imon.c
+++ b/drivers/media/rc/imon.c
@@ -1970,7 +1970,7 @@ static struct input_dev *imon_init_touch(struct imon_context *ictx)
1970 return touch; 1970 return touch;
1971 1971
1972touch_register_failed: 1972touch_register_failed:
1973 input_free_device(ictx->touch); 1973 input_free_device(touch);
1974 1974
1975touch_alloc_failed: 1975touch_alloc_failed:
1976 return NULL; 1976 return NULL;