Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236514
b: refs/heads/master
c: 819d4eb
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Beregalov authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent 22013cd commit a1bfaf5
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 570edd3b2337a94b4159aa9ff10e0b96c5a69ec2
refs/heads/master: 819d4eb11605408e0267301d8853367ff82286a5
4 changes: 3 additions & 1 deletion trunk/drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,10 @@ static int synaptics_rmi4_i2c_query_device(struct synaptics_rmi4_data *pdata)
(pdata, rfi,
&rmi_fd,
intr_count);
if (retval < 0)
if (retval < 0) {
kfree(rfi);
return retval;
}
}
break;
}
Expand Down

0 comments on commit a1bfaf5

Please sign in to comment.