diff options
| author | Mao Li <maol@codeaurora.org> | 2014-12-18 21:35:03 -0500 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-30 22:16:18 -0700 |
| commit | 4c6290a14f328a29d1c97dfc9436dd574db6a93f (patch) | |
| tree | 951a976df5b00bdeb894f5e8a6d9c05f65532cbe /drivers/input | |
| parent | eb86decf8fc599a501e1e71c36928fa8083d9ab8 (diff) | |
input: ft5x06_ts: fix compiling error in FT CTP driver
Change dev_debug to dev_dbg to fix compiling error
if CONFIG_TOUCHSCREEN_FT5X06_PSENSOR is enabled.
Change-Id: Ic228ac8b6dec0bc3e1aaff890dc5b1b7c024bdfc
Signed-off-by: Mao Li <maol@codeaurora.org>
Diffstat (limited to 'drivers/input')
| -rw-r--r-- | drivers/input/touchscreen/ft5x06_ts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/ft5x06_ts.c b/drivers/input/touchscreen/ft5x06_ts.c index 7269f85edfe8..8d4e9818021e 100644 --- a/drivers/input/touchscreen/ft5x06_ts.c +++ b/drivers/input/touchscreen/ft5x06_ts.c @@ -433,7 +433,7 @@ static int ft5x06_read_tp_psensor_data(struct ft5x06_ts_data *data) FT_PSENSOR_NEAR_TO_FAR; if (tmp != data->psensor_pdata->tp_psensor_data) { - dev_debug(&data->client->dev, + dev_dbg(&data->client->dev, "%s sensor data changed\n", __func__); ret = 0; } |
