Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132851
b: refs/heads/master
c: fc99675
h: refs/heads/master
i:
  132849: 9dcfd91
  132847: 28d0346
v: v3
  • Loading branch information
Mark Brown committed Feb 18, 2009
1 parent e362276 commit 174e6eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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: 59544d33ff3118f22a484d8be06cdf5cfc2fdca5
refs/heads/master: fc9967576829a01c98e5388410dc12c61006f79f
3 changes: 2 additions & 1 deletion trunk/sound/soc/pxa/corgi.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/timer.h>
#include <linux/i2c.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/gpio.h>
Expand Down Expand Up @@ -365,7 +366,7 @@ static int __init corgi_init(void)
machine_is_husky()))
return -ENODEV;

ret = wm8731_i2c_setup();
ret = wm8731_i2c_register();
if (ret != 0)
return ret;

Expand Down
3 changes: 2 additions & 1 deletion trunk/sound/soc/pxa/poodle.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <linux/module.h>
#include <linux/moduleparam.h>
#include <linux/timer.h>
#include <linux/i2c.h>
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <sound/core.h>
Expand Down Expand Up @@ -330,7 +331,7 @@ static int __init poodle_init(void)
if (!machine_is_poodle())
return -ENODEV;

ret = wm8731_i2c_setup();
ret = wm8731_i2c_register();
if (ret != 0)
return ret;

Expand Down

0 comments on commit 174e6eb

Please sign in to comment.