asus-laptop: fix warning in asus_handle_init
authorCorentin Chary <corentincj@iksaif.net>
Tue, 2 Mar 2010 21:24:12 +0000 (22:24 +0100)
committerMatthew Garrett <mjg@redhat.com>
Wed, 31 Mar 2010 21:15:59 +0000 (17:15 -0400)
commit167215118a88dd56a1ab8c8d33e279d6d40f57b6
treef095db64160349840cd0e2e30a6bfc33c37797e4
parent2eaa9cfdf33b8d7fb7aff27792192e0019ae8fc6
asus-laptop: fix warning in asus_handle_init

In function 'asus_laptop_get_info':
warning: passing argument 3 of 'asus_handle_init' from incompatible pointer type
note: expected 'char **' but argument is of type 'const char **'

Introduced by commit c21085108a02e1b838c34f3650c8cc9fbd178615
("asus-laptop: fix style problems reported by checkpath.pl").

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/asus-laptop.c