commit | 57f9616b79549e772cf4dd3aa1d2df5b6c8acdfa | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Jun 12 19:28:50 2012 +0300 |
committer | Matthew Garrett <mjg@redhat.com> | Tue Jun 26 14:43:45 2012 -0400 |
tree | 7e2f256a627966eca82c532aef92d6f32198608d | |
parent | a1071a5abf1f4d4a7f8324e21b8b32b1342013c7 [diff] |
ideapad: uninitialized data in ideapad_acpi_add() We only initialize the high bits of "cfg". It probably doesn't cause a problem given that this is platform specific code and doesn't have to worry about endianness etc. But it's sort of messy. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>