diff options
| -rw-r--r-- | drivers/input/touchscreen/bu21013_ts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/bu21013_ts.c b/drivers/input/touchscreen/bu21013_ts.c index ccde58602563..2ca9e5d66460 100644 --- a/drivers/input/touchscreen/bu21013_ts.c +++ b/drivers/input/touchscreen/bu21013_ts.c | |||
| @@ -514,7 +514,7 @@ err_free_irq: | |||
| 514 | err_cs_disable: | 514 | err_cs_disable: |
| 515 | pdata->cs_dis(pdata->cs_pin); | 515 | pdata->cs_dis(pdata->cs_pin); |
| 516 | err_free_mem: | 516 | err_free_mem: |
| 517 | input_free_device(bu21013_data->in_dev); | 517 | input_free_device(in_dev); |
| 518 | kfree(bu21013_data); | 518 | kfree(bu21013_data); |
| 519 | 519 | ||
| 520 | return error; | 520 | return error; |
