Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95766
b: refs/heads/master
c: 9f3f746
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell committed May 2, 2008
1 parent 117e48b commit 73302dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 24adf12722b4f2800e5b5f0955d57033f0d0c9e5
refs/heads/master: 9f3f746741d917fe3c6c544c7d319d533176d90b
2 changes: 0 additions & 2 deletions trunk/drivers/lguest/lguest_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,6 @@ static ssize_t write(struct file *file, const char __user *in,
if (!lg || (cpu_id >= lg->nr_cpus))
return -EINVAL;
cpu = &lg->cpus[cpu_id];
if (!cpu)
return -EINVAL;

/* Once the Guest is dead, you can only read() why it died. */
if (lg->dead)
Expand Down

0 comments on commit 73302dd

Please sign in to comment.