diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-05 08:56:46 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-10-05 08:56:46 -0400 |
commit | c675786a162ce06ffd3f63beca933d83431eae38 (patch) | |
tree | f33d56b83ef79ad5af3c741633c16ce14d15fd07 /drivers/bluetooth | |
parent | 6ffe1ffb074d2152db5fbecab815915f657306bb (diff) |
btmrvl_sdio: fix typo 'btmrvl_sdio_sd6888'
It should be 'btmrvl_sdio_sd8688', of course.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/btmrvl_sdio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bluetooth/btmrvl_sdio.c b/drivers/bluetooth/btmrvl_sdio.c index 7f521d4ac657..c827d737ccee 100644 --- a/drivers/bluetooth/btmrvl_sdio.c +++ b/drivers/bluetooth/btmrvl_sdio.c | |||
@@ -81,7 +81,7 @@ static const struct btmrvl_sdio_card_reg btmrvl_reg_8787 = { | |||
81 | .io_port_2 = 0x7a, | 81 | .io_port_2 = 0x7a, |
82 | }; | 82 | }; |
83 | 83 | ||
84 | static const struct btmrvl_sdio_device btmrvl_sdio_sd6888 = { | 84 | static const struct btmrvl_sdio_device btmrvl_sdio_sd8688 = { |
85 | .helper = "sd8688_helper.bin", | 85 | .helper = "sd8688_helper.bin", |
86 | .firmware = "sd8688.bin", | 86 | .firmware = "sd8688.bin", |
87 | .reg = &btmrvl_reg_8688, | 87 | .reg = &btmrvl_reg_8688, |
@@ -98,7 +98,7 @@ static const struct btmrvl_sdio_device btmrvl_sdio_sd8787 = { | |||
98 | static const struct sdio_device_id btmrvl_sdio_ids[] = { | 98 | static const struct sdio_device_id btmrvl_sdio_ids[] = { |
99 | /* Marvell SD8688 Bluetooth device */ | 99 | /* Marvell SD8688 Bluetooth device */ |
100 | { SDIO_DEVICE(SDIO_VENDOR_ID_MARVELL, 0x9105), | 100 | { SDIO_DEVICE(SDIO_VENDOR_ID_MARVELL, 0x9105), |
101 | .driver_data = (unsigned long) &btmrvl_sdio_sd6888 }, | 101 | .driver_data = (unsigned long) &btmrvl_sdio_sd8688 }, |
102 | /* Marvell SD8787 Bluetooth device */ | 102 | /* Marvell SD8787 Bluetooth device */ |
103 | { SDIO_DEVICE(SDIO_VENDOR_ID_MARVELL, 0x911A), | 103 | { SDIO_DEVICE(SDIO_VENDOR_ID_MARVELL, 0x911A), |
104 | .driver_data = (unsigned long) &btmrvl_sdio_sd8787 }, | 104 | .driver_data = (unsigned long) &btmrvl_sdio_sd8787 }, |