Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228122
b: refs/heads/master
c: a1a26e4
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Nov 16, 2010
1 parent f4374f8 commit e52fc09
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: 62af33ec6e73d658720ea1190861c8c0609a94b3
refs/heads/master: a1a26e492c4a90466cb3e064ccf69db4dd66d63a
2 changes: 1 addition & 1 deletion trunk/drivers/staging/cptm1217/clearpad_tm1217.c
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,9 @@ static int cp_tm1217_probe(struct i2c_client *client,
for (i = 0; i < TOUCH_SUPPORTED; i++) {
input_dev = input_allocate_device();
if (input_dev == NULL) {
kfree(ts);
dev_err(ts->dev,
"cp_tm1217:Input Device Struct alloc failed\n");
kfree(ts);
return -ENOMEM;
}
input_info = &ts->cp_input_info[i];
Expand Down

0 comments on commit e52fc09

Please sign in to comment.