Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267618
b: refs/heads/master
c: 8c670f4
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Meyer authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 607cb24 commit 1a33090
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: 528959aa08265d1e6b90aaf3767d45b9b57f041b
refs/heads/master: 8c670f4d157bcaba0001455ace554572b9b417ef
2 changes: 1 addition & 1 deletion trunk/drivers/staging/tidspbridge/gen/gh.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ struct gh_t_hash_tab *gh_create(u16 max_bucket, u16 val_size,
hash_tab->match = match;
hash_tab->delete = delete == NULL ? noop : delete;

hash_tab->buckets = (struct element **)
hash_tab->buckets =
kzalloc(sizeof(struct element *) * max_bucket, GFP_KERNEL);
if (hash_tab->buckets == NULL) {
gh_delete(hash_tab);
Expand Down

0 comments on commit 1a33090

Please sign in to comment.