Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1311707
| From | Charles Keepax <ckeepax@opensource.wolfsonmicro.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 6/7] mfd: arizona: Update small typo in Arizona SPI Kconfig |
| Date | 2016-01-18 18:30 +0100 |
| Message-ID | <qSlMU-3S4-37@gated-at.bofh.it> (permalink) |
| References | <qSlDc-3Oc-19@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The help text had a copy and paste error and refers to I2C in the SPI section. This patch corrects this typo. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> --- drivers/mfd/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 4e5493e..949d7fc 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1385,7 +1385,7 @@ config MFD_ARIZONA_SPI depends on SPI_MASTER help Support for the Cirrus Logic/Wolfson Microelectronics Arizona platform - audio SoC core functionality controlled via I2C. + audio SoC core functionality controlled via SPI. config MFD_CS47L24 bool "Cirrus Logic CS47L24 and WM1831" -- 2.1.4
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/7] Minor Arizona MFD Cleanups Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 1/7] mfd: wm5110: Fix defaults array based on testing Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 4/7] mfd: cs47l24: Fix defaults array based on testing Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 7/7] mfd: arizona: Allow building Arizona MFD as a module Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 5/7] mfd: arizona: Remove duplicate select of MFD_CORE Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100 [PATCH 6/7] mfd: arizona: Update small typo in Arizona SPI Kconfig Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2016-01-18 18:30 +0100
csiph-web