diff options
Diffstat (limited to 'drivers/lguest/lguest_user.c')
-rw-r--r-- | drivers/lguest/lguest_user.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/lguest/lguest_user.c b/drivers/lguest/lguest_user.c index 4017701a1788..e73a000473cc 100644 --- a/drivers/lguest/lguest_user.c +++ b/drivers/lguest/lguest_user.c | |||
@@ -251,8 +251,6 @@ static ssize_t write(struct file *file, const char __user *in, | |||
251 | if (!lg || (cpu_id >= lg->nr_cpus)) | 251 | if (!lg || (cpu_id >= lg->nr_cpus)) |
252 | return -EINVAL; | 252 | return -EINVAL; |
253 | cpu = &lg->cpus[cpu_id]; | 253 | cpu = &lg->cpus[cpu_id]; |
254 | if (!cpu) | ||
255 | return -EINVAL; | ||
256 | 254 | ||
257 | /* Once the Guest is dead, you can only read() why it died. */ | 255 | /* Once the Guest is dead, you can only read() why it died. */ |
258 | if (lg->dead) | 256 | if (lg->dead) |