Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188129
b: refs/heads/master
c: dec9951
h: refs/heads/master
i:
  188127: 2e0fd1b
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Mar 15, 2010
1 parent a64c30f commit 18d4eeb
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: 9baddeb8c6c7faa7da8706ad629f09ca221850c1
refs/heads/master: dec9951b8ad86c591af7b452966bf48b307a4010
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/hysdn/hysdn_boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pof_handle_data(hysdn_card * card, int datlen)
(boot->pof_recid == TAG_CABSDATA) ? "CABSDATA" : "ABSDATA",
datlen, boot->pof_recoffset);

if ((boot->last_error = card->writebootseq(card, boot->buf.BootBuf, datlen) < 0))
if ((boot->last_error = card->writebootseq(card, boot->buf.BootBuf, datlen)) < 0)
return (boot->last_error); /* error writing data */

if (boot->pof_recoffset + datlen >= boot->pof_reclen)
Expand Down

0 comments on commit 18d4eeb

Please sign in to comment.