Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[linux-2.6.git]
/
drivers
/
input
/
touchscreen
/
ad7879.c
diff --git
a/drivers/input/touchscreen/ad7879.c
b/drivers/input/touchscreen/ad7879.c
index f06332c9e21ba069bb177ff915897db2b9492e52..c21e6d3a88444e3db67da6829e8e95d96e28ce09 100644
(file)
--- a/
drivers/input/touchscreen/ad7879.c
+++ b/
drivers/input/touchscreen/ad7879.c
@@
-645,7
+645,7
@@
static int __devinit ad7879_probe(struct spi_device *spi)
kfree(ts);
}
- return
0
;
+ return
error
;
}
static int __devexit ad7879_remove(struct spi_device *spi)
@@
-732,7
+732,7
@@
static int __devinit ad7879_probe(struct i2c_client *client,
kfree(ts);
}
- return
0
;
+ return
error
;
}
static int __devexit ad7879_remove(struct i2c_client *client)