From: Mark Rusk Date: Wed, 14 Aug 2013 20:30:01 +0000 (-0500) Subject: drivers/misc/hpilo: Correct panic when an AUX iLO is detected X-Git-Tag: v3.12-rc1~185^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eefbc594abbb1b7e6e7eeadb65ae7c7538474210;p=pandora-kernel.git drivers/misc/hpilo: Correct panic when an AUX iLO is detected Using an uninitialized variable 'devnum' after 'goto out;' was causing panic. Just go ahead and return, we need to ignore AUX iLO devs. Oops: 0002 [#1] SMP . . . RIP [] ilo_probe+0xec/0xe7c [hpilo] Signed-off-by: Mark Rusk Cc: stable Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed