Re: [PATCH v1 1/1] platform/x86: asus-wmi: Fix name of mic-mute LED classdev

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Aug 25, 2022 at 3:48 AM PaddyKP_Yao <ispaddy@xxxxxxxxx> wrote:
>
> According to well-known-leds.txt, we sould use "platform::micmute"

should

> instead of "asus::micmute" for name of mic-mute LED classdev. This patch

the name

> fix it into good name.

a good

With typos fixed,
Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>

> Signed-off-by: PaddyKP_Yao <PaddyKP_Yao@xxxxxxxx>
> ---
>  drivers/platform/x86/asus-wmi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/platform/x86/asus-wmi.c b/drivers/platform/x86/asus-wmi.c
> index 89b604e04d7f..3acc75c24c79 100644
> --- a/drivers/platform/x86/asus-wmi.c
> +++ b/drivers/platform/x86/asus-wmi.c
> @@ -1118,7 +1118,7 @@ static int asus_wmi_led_init(struct asus_wmi *asus)
>         }
>
>         if (asus_wmi_dev_is_present(asus, ASUS_WMI_DEVID_MICMUTE_LED)) {
> -               asus->micmute_led.name = "asus::micmute";
> +               asus->micmute_led.name = "platform::micmute";
>                 asus->micmute_led.max_brightness = 1;
>                 asus->micmute_led.brightness = ledtrig_audio_get(LED_AUDIO_MICMUTE);
>                 asus->micmute_led.brightness_set_blocking = micmute_led_set;
> --
> 2.34.1
>


-- 
With Best Regards,
Andy Shevchenko



[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux