Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151471
b: refs/heads/master
c: 96c25c8
h: refs/heads/master
i:
  151469: fe969bf
  151467: cc8ea4e
  151463: 50f9bd8
  151455: b1ba93d
v: v3
  • Loading branch information
Vegard Nossum committed Jun 15, 2009
1 parent 87403af commit 31dfed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 004cdb5a718fa2bb697c541eb1171ee817fc72f1
refs/heads/master: 96c25c81ecf452b778e2f432bd17c95de637d129
2 changes: 2 additions & 0 deletions trunk/drivers/ieee1394/csr1212.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

#include <linux/errno.h>
#include <linux/kernel.h>
#include <linux/kmemcheck.h>
#include <linux/string.h>
#include <asm/bug.h>
#include <asm/byteorder.h>
Expand Down Expand Up @@ -387,6 +388,7 @@ csr1212_new_descriptor_leaf(u8 dtype, u32 specifier_id,
if (!kv)
return NULL;

kmemcheck_annotate_variable(kv->value.leaf.data[0]);
CSR1212_DESCRIPTOR_LEAF_SET_TYPE(kv, dtype);
CSR1212_DESCRIPTOR_LEAF_SET_SPECIFIER_ID(kv, specifier_id);

Expand Down

0 comments on commit 31dfed8

Please sign in to comment.