Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222875
b: refs/heads/master
c: 5a39ce5
h: refs/heads/master
i:
  222873: 8f46476
  222871: 0672422
v: v3
  • Loading branch information
Henrik Rydberg authored and Jiri Kosina committed Nov 4, 2010
1 parent cd17e66 commit 93c3a32
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: 587d145200f26758940099fbbc301fdd43d3f391
refs/heads/master: 5a39ce5b491a10f4a15bd30b26e55d3533b5f587
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-egalax.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ static int egalax_probe(struct hid_device *hdev, const struct hid_device_id *id)
struct egalax_data *td;
struct hid_report *report;

td = kmalloc(sizeof(struct egalax_data), GFP_KERNEL);
td = kzalloc(sizeof(struct egalax_data), GFP_KERNEL);
if (!td) {
dev_err(&hdev->dev, "cannot allocate eGalax data\n");
return -ENOMEM;
Expand Down

0 comments on commit 93c3a32

Please sign in to comment.