From: Tomas Winkler Date: Wed, 15 Jun 2011 21:46:03 +0000 (+0300) Subject: staging: mei: fix possible usage of uninitialized variable X-Git-Tag: v3.1-rc1~232^2~534 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=479bc59d88e1126f3206923738d990ebe1b41137;p=pandora-kernel.git staging: mei: fix possible usage of uninitialized variable Fix warning: reported in http://marc.info/?l=linux-kernel&m=130812960402606&w=2 drivers/staging/mei/interrupt.c: warning: 'buffer' may be used uninitialized in this function: => 198 It is a real issue and wrong path in execution is taken when list is empty or (cl && _mei_irq_thread_state_ok(cl, mei_hdr)) evaluates to false Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed