commit | 9f3f746741d917fe3c6c544c7d319d533176d90b | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Fri May 02 21:50:51 2008 -0500 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri May 02 21:50:52 2008 +1000 |
tree | cc962947595594115c3616960c3772e4175faffb | |
parent | 24adf12722b4f2800e5b5f0955d57033f0d0c9e5 [diff] |
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 <rusty@rustcorp.com.au>