diff options
| -rw-r--r-- | drivers/input/touchscreen/cyttsp_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/cyttsp_core.c b/drivers/input/touchscreen/cyttsp_core.c index 8be22479b41c..f030d9ec795d 100644 --- a/drivers/input/touchscreen/cyttsp_core.c +++ b/drivers/input/touchscreen/cyttsp_core.c | |||
| @@ -523,7 +523,7 @@ struct cyttsp *cyttsp_probe(const struct cyttsp_bus_ops *bus_ops, | |||
| 523 | struct input_dev *input_dev; | 523 | struct input_dev *input_dev; |
| 524 | int error; | 524 | int error; |
| 525 | 525 | ||
| 526 | if (!dev || !bus_ops || !pdata || !pdata->name || irq <= 0) { | 526 | if (!pdata || !pdata->name || irq <= 0) { |
| 527 | error = -EINVAL; | 527 | error = -EINVAL; |
| 528 | goto err_out; | 528 | goto err_out; |
| 529 | } | 529 | } |
