Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120590
b: refs/heads/master
c: 4b24ea9
h: refs/heads/master
v: v3
  • Loading branch information
Vishnu Suresh authored and Herbert Xu committed Dec 25, 2008
1 parent 1af5104 commit b3b283e
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: 32bd78e0a5d34cd8e34046502bddcf31aeb38e64
refs/heads/master: 4b24ea971a93f5d0bec34bf7bfd0939f70cfaae6
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/talitos.c
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@ static int talitos_probe(struct of_device *ofdev,
goto err_out;
}
for (i = 0; i < priv->num_channels; i++)
atomic_set(&priv->submit_count[i], -priv->chfifo_len);
atomic_set(&priv->submit_count[i], -(priv->chfifo_len - 1));

priv->head = kzalloc(sizeof(int) * priv->num_channels, GFP_KERNEL);
priv->tail = kzalloc(sizeof(int) * priv->num_channels, GFP_KERNEL);
Expand Down

0 comments on commit b3b283e

Please sign in to comment.