From: Dmitry Torokhov Date: Tue, 26 Nov 2013 19:03:57 +0000 (-0800) Subject: Input: sur40 - suppress false uninitialized variable warning X-Git-Tag: v3.13-rc4~42^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b884eb8c8502ca1fea497a02433c2b41de851f62;p=pandora-kernel.git Input: sur40 - suppress false uninitialized variable warning We will never use packet_id before initializing it as we start with "need_blobs == -1" and will set packet_id there. Also use le32_to_cpu when fetching header->packet_id. Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed