Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283909
b: refs/heads/master
c: bc9c040
h: refs/heads/master
i:
  283907: 60b0868
v: v3
  • Loading branch information
Mark Brown committed Dec 9, 2011
1 parent 54096b1 commit cf18f16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: bf97ca9a0dabd6110a6aa7b4d1b20274973810af
refs/heads/master: bc9c040d363f3be17a59024191e9400e5b6205ae
6 changes: 0 additions & 6 deletions trunk/sound/soc/codecs/wm8770.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,6 @@ static const struct of_device_id wm8770_of_match[] = {
};
MODULE_DEVICE_TABLE(of, wm8770_of_match);

#if defined(CONFIG_SPI_MASTER)
static int __devinit wm8770_spi_probe(struct spi_device *spi)
{
struct wm8770_priv *wm8770;
Expand Down Expand Up @@ -726,28 +725,23 @@ static struct spi_driver wm8770_spi_driver = {
.probe = wm8770_spi_probe,
.remove = __devexit_p(wm8770_spi_remove)
};
#endif

static int __init wm8770_modinit(void)
{
int ret = 0;

#if defined(CONFIG_SPI_MASTER)
ret = spi_register_driver(&wm8770_spi_driver);
if (ret) {
printk(KERN_ERR "Failed to register wm8770 SPI driver: %d\n",
ret);
}
#endif
return ret;
}
module_init(wm8770_modinit);

static void __exit wm8770_exit(void)
{
#if defined(CONFIG_SPI_MASTER)
spi_unregister_driver(&wm8770_spi_driver);
#endif
}
module_exit(wm8770_exit);

Expand Down

0 comments on commit cf18f16

Please sign in to comment.