Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83927
b: refs/heads/master
c: c3667d5
h: refs/heads/master
i:
  83925: 6842bc6
  83923: 65a0a31
  83919: a8cc5c5
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Feb 7, 2008
1 parent 9047ac2 commit f2724f6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d7f549fa14ed7e3d72927e89dec721eeff4a0159
refs/heads/master: c3667d5c321ac2211d04a746f91a48d339a0e0a1
2 changes: 1 addition & 1 deletion trunk/drivers/char/mxser_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -2153,7 +2153,7 @@ static void mxser_transmit_chars(struct mxser_port *port)
return;
}

if (port->xmit_buf == 0)
if (port->xmit_buf == NULL)
return;

if ((port->xmit_cnt <= 0) || port->tty->stopped ||
Expand Down

0 comments on commit f2724f6

Please sign in to comment.