Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294020
b: refs/heads/master
c: aaa60fa
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov committed Mar 4, 2012
1 parent 30fe8d8 commit a6572e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa87512fbc56e107c14f7fa85823eb7e82a2f64c
refs/heads/master: aaa60fa7ac66ede814f7ad37a2b3a07b4f784756
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/cyttsp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ struct cyttsp *cyttsp_probe(const struct cyttsp_bus_ops *bus_ops,
struct input_dev *input_dev;
int error;

if (!dev || !bus_ops || !pdata || !pdata->name || irq <= 0) {
if (!pdata || !pdata->name || irq <= 0) {
error = -EINVAL;
goto err_out;
}
Expand Down

0 comments on commit a6572e2

Please sign in to comment.