From 18d4eeb87db0bb7dde6ce71619254db9d3a166ae Mon Sep 17 00:00:00 2001 From: Roel Kluin Date: Thu, 11 Mar 2010 12:07:22 +0000 Subject: [PATCH] --- yaml --- r: 188129 b: refs/heads/master c: dec9951b8ad86c591af7b452966bf48b307a4010 h: refs/heads/master i: 188127: 2e0fd1bd29e895f88b40ae98208a7fa0e20caae3 v: v3 --- [refs] | 2 +- trunk/drivers/isdn/hysdn/hysdn_boot.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 24ac47886490..9e255de62bb9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9baddeb8c6c7faa7da8706ad629f09ca221850c1 +refs/heads/master: dec9951b8ad86c591af7b452966bf48b307a4010 diff --git a/trunk/drivers/isdn/hysdn/hysdn_boot.c b/trunk/drivers/isdn/hysdn/hysdn_boot.c index be787e16bb79..4f541ef14f9e 100644 --- a/trunk/drivers/isdn/hysdn/hysdn_boot.c +++ b/trunk/drivers/isdn/hysdn/hysdn_boot.c @@ -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)