Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264831
b: refs/heads/master
c: c675786
h: refs/heads/master
i:
  264829: 587bba7
  264827: 28a4029
  264823: 3315119
  264815: 3e5230e
  264799: 7db8b71
  264767: 3fb005a
  264703: f49a3a6
v: v3
  • Loading branch information
Paul Bolle authored and Jiri Kosina committed Oct 5, 2011
1 parent 8be4dd3 commit 9291335
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6ffe1ffb074d2152db5fbecab815915f657306bb
refs/heads/master: c675786a162ce06ffd3f63beca933d83431eae38
4 changes: 2 additions & 2 deletions trunk/drivers/bluetooth/btmrvl_sdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static const struct btmrvl_sdio_card_reg btmrvl_reg_8787 = {
.io_port_2 = 0x7a,
};

static const struct btmrvl_sdio_device btmrvl_sdio_sd6888 = {
static const struct btmrvl_sdio_device btmrvl_sdio_sd8688 = {
.helper = "sd8688_helper.bin",
.firmware = "sd8688.bin",
.reg = &btmrvl_reg_8688,
Expand All @@ -98,7 +98,7 @@ static const struct btmrvl_sdio_device btmrvl_sdio_sd8787 = {
static const struct sdio_device_id btmrvl_sdio_ids[] = {
/* Marvell SD8688 Bluetooth device */
{ SDIO_DEVICE(SDIO_VENDOR_ID_MARVELL, 0x9105),
.driver_data = (unsigned long) &btmrvl_sdio_sd6888 },
.driver_data = (unsigned long) &btmrvl_sdio_sd8688 },
/* Marvell SD8787 Bluetooth device */
{ SDIO_DEVICE(SDIO_VENDOR_ID_MARVELL, 0x911A),
.driver_data = (unsigned long) &btmrvl_sdio_sd8787 },
Expand Down

0 comments on commit 9291335

Please sign in to comment.