Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202844
b: refs/heads/master
c: 5f1e83d
h: refs/heads/master
v: v3
  • Loading branch information
Luke-Jr authored and John W. Linville committed Jun 4, 2010
1 parent 6adf78d commit 083b130
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 38a6cc7538d3c44b76f9dcea607a171adcc0208e
refs/heads/master: 5f1e83dbc3bddd97ef4a431fdca10dbdf4809f69
5 changes: 2 additions & 3 deletions trunk/drivers/net/wireless/p54/p54spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -697,9 +697,7 @@ static int __devexit p54spi_remove(struct spi_device *spi)

static struct spi_driver p54spi_driver = {
.driver = {
/* use cx3110x name because board-n800.c uses that for the
* SPI port */
.name = "cx3110x",
.name = "p54spi",
.bus = &spi_bus_type,
.owner = THIS_MODULE,
},
Expand Down Expand Up @@ -733,3 +731,4 @@ module_exit(p54spi_exit);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Christian Lamparter <chunkeey@web.de>");
MODULE_ALIAS("spi:cx3110x");
MODULE_ALIAS("spi:p54spi");

0 comments on commit 083b130

Please sign in to comment.