Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1521972
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH -next] mfd: intel_soc_pmic_bxtwc: Fix a typo in MODULE_DEVICE_TABLE() |
| Date | 2016-11-14 19:30 +0100 |
| Message-ID | <sDub0-28T-23@gated-at.bofh.it> (permalink) |
| References | <syJNo-2sA-39@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, 01 Nov 2016, Wei Yongjun wrote:
> From: Wei Yongjun <weiyongjun1@huawei.com>
>
> Fix a typo in MODULE_DEVICE_TABLE(). 'pmic_acpi_ids' should be
> 'bxtwc_acpi_ids'.
>
> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
> ---
> drivers/mfd/intel_soc_pmic_bxtwc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
> diff --git a/drivers/mfd/intel_soc_pmic_bxtwc.c b/drivers/mfd/intel_soc_pmic_bxtwc.c
> index f9a8c52..d5b5c7f 100644
> --- a/drivers/mfd/intel_soc_pmic_bxtwc.c
> +++ b/drivers/mfd/intel_soc_pmic_bxtwc.c
> @@ -481,7 +481,7 @@ static const struct acpi_device_id bxtwc_acpi_ids[] = {
> { "INT34D3", },
> { }
> };
> -MODULE_DEVICE_TABLE(acpi, pmic_acpi_ids);
> +MODULE_DEVICE_TABLE(acpi, bxtwc_acpi_ids);
>
> static struct platform_driver bxtwc_driver = {
> .probe = bxtwc_probe,
>
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH -next] mfd: intel_soc_pmic_bxtwc: Fix a typo in MODULE_DEVICE_TABLE() Lee Jones <lee.jones@linaro.org> - 2016-11-14 19:30 +0100
csiph-web