Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257931
b: refs/heads/master
c: 23457bc
h: refs/heads/master
i:
  257929: 3c71e72
  257927: 04519cf
v: v3
  • Loading branch information
Kim Phillips authored and Herbert Xu committed Jun 29, 2011
1 parent 26df630 commit f18e328
Show file tree
Hide file tree
Showing 2 changed files with 4 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: cfa2b54eca28103d07e5334aa06b78321fbe1d9a
refs/heads/master: 23457bc9566be64f33afdc159aadd42712673e0b
4 changes: 3 additions & 1 deletion trunk/drivers/crypto/caam/ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,11 @@ static int caam_probe(struct platform_device *pdev)
struct caam_ctrl __iomem *ctrl;
struct caam_full __iomem *topregs;
struct caam_drv_private *ctrlpriv;
struct caam_perfmon *perfmon;
struct caam_deco **deco;
u32 deconum;
#ifdef CONFIG_DEBUG_FS
struct caam_perfmon *perfmon;
#endif

ctrlpriv = kzalloc(sizeof(struct caam_drv_private), GFP_KERNEL);
if (!ctrlpriv)
Expand Down

0 comments on commit f18e328

Please sign in to comment.