Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357715
b: refs/heads/master
c: 05f369a
h: refs/heads/master
i:
  357713: d4144c9
  357711: 1989b3c
v: v3
  • Loading branch information
Mark A. Greer authored and Herbert Xu committed Jan 19, 2013
1 parent 47f2427 commit b760c7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 17bebdcd5c7c56cde82b8ccb02c5cea69e05f6d3
refs/heads/master: 05f369a89a8ee44e79553462a1322c083dfbb760
4 changes: 0 additions & 4 deletions trunk/drivers/crypto/omap-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -880,8 +880,6 @@ static int omap_aes_probe(struct platform_device *pdev)
goto err_algs;
}

pr_info("probe() done\n");

return 0;
err_algs:
for (j = 0; j < i; j++)
Expand Down Expand Up @@ -938,8 +936,6 @@ static struct platform_driver omap_aes_driver = {

static int __init omap_aes_mod_init(void)
{
pr_info("loading %s driver\n", "omap-aes");

return platform_driver_register(&omap_aes_driver);
}

Expand Down

0 comments on commit b760c7e

Please sign in to comment.