diff options
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/touchscreen/tsc2007.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/tsc2007.c b/drivers/input/touchscreen/tsc2007.c index 536668fbda22..edd4f64d1f43 100644 --- a/drivers/input/touchscreen/tsc2007.c +++ b/drivers/input/touchscreen/tsc2007.c | |||
@@ -256,7 +256,7 @@ static int tsc2007_probe(struct i2c_client *client, | |||
256 | struct input_dev *input_dev; | 256 | struct input_dev *input_dev; |
257 | int err; | 257 | int err; |
258 | 258 | ||
259 | if (!pdata) { | 259 | if (!pdata || !pdata->get_pendown_state) { |
260 | dev_err(&client->dev, "platform data is required!\n"); | 260 | dev_err(&client->dev, "platform data is required!\n"); |
261 | return -EINVAL; | 261 | return -EINVAL; |
262 | } | 262 | } |