Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357742
b: refs/heads/master
c: 7b5c253
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Herbert Xu committed Feb 4, 2013
1 parent 031554e commit 97598cd
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: 7983627657db5e37594af5c28cdb623855eb554f
refs/heads/master: 7b5c253c88ae5f6770e426b1d3f135be75483200
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/atmel-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ static int atmel_aes_crypt_cpu_start(struct atmel_aes_dev *dd)
return -EINVAL;

dd->nb_out_sg = atmel_aes_sg_length(dd->req, dd->out_sg);
if (!dd->nb_in_sg)
if (!dd->nb_out_sg)
return -EINVAL;

dd->bufcnt = sg_copy_to_buffer(dd->in_sg, dd->nb_in_sg,
Expand Down

0 comments on commit 97598cd

Please sign in to comment.