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)
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>

No differences found