Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344380
b: refs/heads/master
c: d48e366
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Herbert Xu committed Nov 9, 2012
1 parent 9f05260 commit caa30d3
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: 3200da8d9afb3d0dc617515a2fe364d9d59ef523
refs/heads/master: d48e366e6efe46e0a6744980c18582fb0919a727
2 changes: 1 addition & 1 deletion trunk/drivers/crypto/tegra-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ static int tegra_aes_probe(struct platform_device *pdev)
if (dd->buf_out)
dma_free_coherent(dev, AES_HW_DMA_BUFFER_SIZE_BYTES,
dd->buf_out, dd->dma_buf_out);
if (IS_ERR(dd->aes_clk))
if (!IS_ERR(dd->aes_clk))
clk_put(dd->aes_clk);
if (aes_wq)
destroy_workqueue(aes_wq);
Expand Down

0 comments on commit caa30d3

Please sign in to comment.