lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 25 Jun 2015 00:18:07 +0200
From:	"Rafael J. Wysocki" <rjw@...ysocki.net>
To:	Borislav Petkov <bp@...en8.de>
Cc:	LKML <linux-kernel@...r.kernel.org>, Len Brown <lenb@...nel.org>,
	Robert Moore <robert.moore@...el.com>,
	Lv Zheng <lv.zheng@...el.com>, linux-acpi@...r.kernel.org,
	devel@...ica.org
Subject: Re: [PATCH] acpi/video: Inline acpi_video_set_dmi_backlight_type

On Wednesday, June 24, 2015 12:01:49 PM Borislav Petkov wrote:
> From: Borislav Petkov <bp@...e.de>
> 
> ... and kill this:
> 
>   In file included from drivers/gpu/drm/radeon/radeon_acpi.c:29:0:
>   include/acpi/video.h:46:13: warning: ‘acpi_video_set_dmi_backlight_type’ defined but not used [-Wunused-function]
>    static void acpi_video_set_dmi_backlight_type(enum acpi_backlight_type type)
>                ^
> 
> Signed-off-by: Borislav Petkov <bp@...e.de>
> Cc: "Rafael J. Wysocki" <rjw@...ysocki.net>
> Cc: Len Brown <lenb@...nel.org>
> Cc: Robert Moore <robert.moore@...el.com>
> Cc: Lv Zheng <lv.zheng@...el.com>
> Cc: linux-acpi@...r.kernel.org
> Cc: devel@...ica.org
> Cc: linux-kernel@...r.kernel.org

Applied, thanks!

> ---
>  include/acpi/video.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/acpi/video.h b/include/acpi/video.h
> index a7d7f1043e9c..e840b294c6f5 100644
> --- a/include/acpi/video.h
> +++ b/include/acpi/video.h
> @@ -43,7 +43,7 @@ static inline enum acpi_backlight_type acpi_video_get_backlight_type(void)
>  {
>  	return acpi_backlight_vendor;
>  }
> -static void acpi_video_set_dmi_backlight_type(enum acpi_backlight_type type)
> +static inline void acpi_video_set_dmi_backlight_type(enum acpi_backlight_type type)
>  {
>  }
>  #endif
> 

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ