Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110097
b: refs/heads/master
c: 6cac6e8
h: refs/heads/master
i:
  110095: 45ea3ea
v: v3
  • Loading branch information
Samuel Ortiz committed Sep 30, 2008
1 parent d14ff54 commit 9b24fa2
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: 2eedd6047b050f82f4e596a50704686ec989c1c8
refs/heads/master: 6cac6e8489af6c419cb6af6911535a280e6b6c2e
2 changes: 1 addition & 1 deletion trunk/drivers/mfd/asic3.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ static int __init asic3_irq_probe(struct platform_device *pdev)
struct asic3 *asic = platform_get_drvdata(pdev);
unsigned long clksel = 0;
unsigned int irq, irq_base;
int map_size;
int ret;

ret = platform_get_irq(pdev, 0);
Expand Down Expand Up @@ -534,6 +533,7 @@ static int __init asic3_probe(struct platform_device *pdev)
struct asic3 *asic;
struct resource *mem;
unsigned long clksel;
int map_size;
int ret = 0;

asic = kzalloc(sizeof(struct asic3), GFP_KERNEL);
Expand Down

0 comments on commit 9b24fa2

Please sign in to comment.