diff options
-rw-r--r-- | drivers/isdn/hysdn/hysdn_boot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hysdn/hysdn_boot.c b/drivers/isdn/hysdn/hysdn_boot.c index be787e16bb79..4f541ef14f9e 100644 --- a/drivers/isdn/hysdn/hysdn_boot.c +++ b/drivers/isdn/hysdn/hysdn_boot.c | |||
@@ -143,7 +143,7 @@ pof_handle_data(hysdn_card * card, int datlen) | |||
143 | (boot->pof_recid == TAG_CABSDATA) ? "CABSDATA" : "ABSDATA", | 143 | (boot->pof_recid == TAG_CABSDATA) ? "CABSDATA" : "ABSDATA", |
144 | datlen, boot->pof_recoffset); | 144 | datlen, boot->pof_recoffset); |
145 | 145 | ||
146 | if ((boot->last_error = card->writebootseq(card, boot->buf.BootBuf, datlen) < 0)) | 146 | if ((boot->last_error = card->writebootseq(card, boot->buf.BootBuf, datlen)) < 0) |
147 | return (boot->last_error); /* error writing data */ | 147 | return (boot->last_error); /* error writing data */ |
148 | 148 | ||
149 | if (boot->pof_recoffset + datlen >= boot->pof_reclen) | 149 | if (boot->pof_recoffset + datlen >= boot->pof_reclen) |