Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1234933

Re: [PATCH] platform: acer-wmi: update notice about deprecated user interface

From joeyli <jlee@suse.com>
Newsgroups linux.kernel
Subject Re: [PATCH] platform: acer-wmi: update notice about deprecated user interface
Date 2015-09-29 12:00 +0200
Message-ID <qdZRw-2U9-3@gated-at.bofh.it> (permalink)
References <qdWTE-792-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Martin, 

On Tue, Sep 29, 2015 at 08:46:38AM +0200, Martin Kepplinger wrote:
> Signed-off-by: Martin Kepplinger <martink@posteo.de>
> ---
> This just looks odd in the logs. Feel free to ignore it or act on it
> differently ;)
> 
> 

Thanks for your patch and it reminds me to remove those interfaces in acer-wmi.
Please let me check and I am thinking direct remove those interfaces.


Thanks a lot!
Joey Lee

>  drivers/platform/x86/acer-wmi.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/platform/x86/acer-wmi.c b/drivers/platform/x86/acer-wmi.c
> index d773b9d..43d992e 100644
> --- a/drivers/platform/x86/acer-wmi.c
> +++ b/drivers/platform/x86/acer-wmi.c
> @@ -1671,7 +1671,7 @@ static ssize_t show_bool_threeg(struct device *dev,
>  	u32 result; \
>  	acpi_status status;
>  
> -	pr_info("This threeg sysfs will be removed in 2014 - used by: %s\n",
> +	pr_info("This threeg sysfs will be removed in 2016 - used by: %s\n",
>  		current->comm);
>  	status = get_u32(&result, ACER_CAP_THREEG);
>  	if (ACPI_SUCCESS(status))
> @@ -1684,7 +1684,7 @@ static ssize_t set_bool_threeg(struct device *dev,
>  {
>  	u32 tmp = simple_strtoul(buf, NULL, 10);
>  	acpi_status status = set_u32(tmp, ACER_CAP_THREEG);
> -	pr_info("This threeg sysfs will be removed in 2014 - used by: %s\n",
> +	pr_info("This threeg sysfs will be removed in 2016 - used by: %s\n",
>  		current->comm);
>  	if (ACPI_FAILURE(status))
>  		return -EINVAL;
> @@ -1696,7 +1696,7 @@ static DEVICE_ATTR(threeg, S_IRUGO | S_IWUSR, show_bool_threeg,
>  static ssize_t show_interface(struct device *dev, struct device_attribute *attr,
>  	char *buf)
>  {
> -	pr_info("This interface sysfs will be removed in 2014 - used by: %s\n",
> +	pr_info("This interface sysfs will be removed in 2016 - used by: %s\n",
>  		current->comm);
>  	switch (interface->type) {
>  	case ACER_AMW0:
> -- 
> 2.1.4
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] platform: acer-wmi: update notice about deprecated user interface Martin Kepplinger <martink@posteo.de> - 2015-09-29 08:50 +0200
  Re: [PATCH] platform: acer-wmi: update notice about deprecated user  interface joeyli <jlee@suse.com> - 2015-09-29 12:00 +0200
    Re: [PATCH] platform: acer-wmi: update notice about deprecated user  interface Darren Hart <dvhart@infradead.org> - 2015-10-03 19:30 +0200
      Re: [PATCH] platform: acer-wmi: update notice about deprecated user  interface Martin Kepplinger <martink@posteo.de> - 2015-10-05 12:40 +0200
        Re: [PATCH] platform: acer-wmi: update notice about deprecated user  interface joeyli <jlee@suse.com> - 2015-10-05 15:10 +0200
      Re: [PATCH] platform: acer-wmi: update notice about deprecated user  interface joeyli <jlee@suse.com> - 2015-10-05 12:40 +0200

csiph-web