Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217858
b: refs/heads/master
c: 403a85f
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Oct 22, 2010
1 parent c6d7bf3 commit a8558a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 3654581e47adc07072aebe239818485b68ea04f0
refs/heads/master: 403a85ff001710bb92689790b9a5c1c80e4b37a6
3 changes: 2 additions & 1 deletion trunk/drivers/char/hvc_xen.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ static int __write_console(const char *data, int len)
wmb(); /* write ring before updating pointer */
intf->out_prod = prod;

notify_daemon();
if (sent)
notify_daemon();
return sent;
}

Expand Down

0 comments on commit a8558a3

Please sign in to comment.