From: Dan Carpenter Date: Tue, 12 Jun 2012 16:28:50 +0000 (+0300) Subject: ideapad: uninitialized data in ideapad_acpi_add() X-Git-Tag: v3.5~30^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57f9616b79549e772cf4dd3aa1d2df5b6c8acdfa;p=pandora-kernel.git 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 Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed