Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342019
b: refs/heads/master
c: fbdb7fc
h: refs/heads/master
i:
  342017: 830887f
  342015: d27ce33
v: v3
  • Loading branch information
Bill Pemberton authored and John W. Linville committed Dec 6, 2012
1 parent 716109f commit a583313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: d00064d4f775150017835f2c93905f05691e1649
refs/heads/master: fbdb7fcefe95cb77b9d692e6f9c7c02ecc846c10
6 changes: 3 additions & 3 deletions trunk/drivers/net/wireless/libertas/if_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1124,7 +1124,7 @@ static void if_spi_resume_worker(struct work_struct *work)
}
}

static int __devinit if_spi_probe(struct spi_device *spi)
static int if_spi_probe(struct spi_device *spi)
{
struct if_spi_card *card;
struct lbs_private *priv = NULL;
Expand Down Expand Up @@ -1226,7 +1226,7 @@ static int __devinit if_spi_probe(struct spi_device *spi)
return err;
}

static int __devexit libertas_spi_remove(struct spi_device *spi)
static int libertas_spi_remove(struct spi_device *spi)
{
struct if_spi_card *card = spi_get_drvdata(spi);
struct lbs_private *priv = card->priv;
Expand Down Expand Up @@ -1285,7 +1285,7 @@ static const struct dev_pm_ops if_spi_pm_ops = {

static struct spi_driver libertas_spi_driver = {
.probe = if_spi_probe,
.remove = __devexit_p(libertas_spi_remove),
.remove = libertas_spi_remove,
.driver = {
.name = "libertas_spi",
.owner = THIS_MODULE,
Expand Down

0 comments on commit a583313

Please sign in to comment.