projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39bbde0
)
asus-wmi: second part of the version starts at 16 not 8
author
Corentin Chary
<corentincj@iksaif.net>
Fri, 1 Jul 2011 09:34:30 +0000
(11:34 +0200)
committer
Matthew Garrett
<mjg@redhat.com>
Fri, 5 Aug 2011 18:45:52 +0000
(14:45 -0400)
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
drivers/platform/x86/asus-wmi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/platform/x86/asus-wmi.c
b/drivers/platform/x86/asus-wmi.c
index 0fce7de77b1c029ffffffcd339ac080d043ab0b8..fa2b395145a63499ffe89b5c9044e07dcd12e6d8 100644
(file)
--- a/
drivers/platform/x86/asus-wmi.c
+++ b/
drivers/platform/x86/asus-wmi.c
@@
-1246,7
+1246,7
@@
static int asus_wmi_platform_init(struct asus_wmi *asus)
/* We don't know yet what to do with this version... */
if (!asus_wmi_evaluate_method(ASUS_WMI_METHODID_SPEC, 0, 0x9, &rv)) {
- pr_info("BIOS WMI version: %d.%d", rv >>
8
, rv & 0xFF);
+ pr_info("BIOS WMI version: %d.%d", rv >>
16
, rv & 0xFF);
asus->spec = rv;
}