Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204343
b: refs/heads/master
c: 8b9cfdc
h: refs/heads/master
i:
  204341: 42abde0
  204339: 30e50a7
  204335: bcdae9a
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Herbert Xu committed Jul 5, 2010
1 parent eabc496 commit da9d2b6
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: 5e833bc4166ea524c00a95e777e4344844ed189f
refs/heads/master: 8b9cfdca9c52f7d39c3ccfac1668e31c20c9f42e
2 changes: 1 addition & 1 deletion trunk/drivers/char/hw_random/n2-drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ static int n2rng_init_control(struct n2rng *np)

static int n2rng_data_read(struct hwrng *rng, u32 *data)
{
struct n2rng *np = (struct n2rng *) rng->priv;
struct n2rng *np = rng->priv;
unsigned long ra = __pa(&np->test_data);
int len;

Expand Down

0 comments on commit da9d2b6

Please sign in to comment.