Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227097
b: refs/heads/master
c: ce16a47
h: refs/heads/master
i:
  227095: da6a0fa
v: v3
  • Loading branch information
Chris Leech authored and Dmitry Torokhov committed Nov 18, 2010
1 parent b2d5f87 commit a5fbd80
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: 8b5fce06f8795d9a7f8d1f03f743fc8befa66b3b
refs/heads/master: ce16a474f6305dd631c885ba970d5746e4d5c803
2 changes: 1 addition & 1 deletion trunk/drivers/input/touchscreen/qt602240_ts.c
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ static int qt602240_initialize(struct qt602240_data *data)
return error;

data->object_table = kcalloc(info->object_num,
sizeof(struct qt602240_data),
sizeof(struct qt602240_object),
GFP_KERNEL);
if (!data->object_table) {
dev_err(&client->dev, "Failed to allocate memory\n");
Expand Down

0 comments on commit a5fbd80

Please sign in to comment.