From: Rusty Russell Date: Sat, 3 May 2008 02:50:51 +0000 (-0500) Subject: lguest: remove bogus NULL cpu check X-Git-Tag: v2.6.26-rc1~15^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f3f746741d917fe3c6c544c7d319d533176d90b;p=pandora-kernel.git lguest: remove bogus NULL cpu check If lg isn't NULL, and cpu_id is sane, &lg->cpus[cpu_id] can't be NULL. Signed-off-by: Rusty Russell --- Reading git-diff-tree failed