* [PATCH] isdn: misplaced parenthesis in pof_handle_data()
@ 2010-02-15 21:51 Roel Kluin
0 siblings, 0 replies; only message in thread
From: Roel Kluin @ 2010-02-15 21:51 UTC (permalink / raw)
To: Karsten Keil, isdn4linux, Andrew Morton, LKML
The parenthesis was misplaced
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
---
diff --git a/drivers/isdn/hysdn/hysdn_boot.c b/drivers/isdn/hysdn/hysdn_boot.c
index be787e1..4f541ef 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)
(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)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-15 21:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-15 21:51 [PATCH] isdn: misplaced parenthesis in pof_handle_data() Roel Kluin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox