lkml.org 
[lkml]   [2003]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: Linux 2.4.23-pre8
From
Date
Marcelo Tosatti <marcelo.tosatti@cyclades.com> writes:

> o [IRDA]: Fix build with gcc-3.4

Tell me if I'm wrong, it seems 2 comas are missing.

diff -ur linux-2.4.23-pre8.orig/net/irda/af_irda.c linux-2.4.23-pre8/net/irda/af_irda.c
--- linux-2.4.23-pre8.orig/net/irda/af_irda.c 2003-10-23 17:11:55.000000000 +0200
+++ linux-2.4.23-pre8/net/irda/af_irda.c 2003-10-23 16:38:34.000000000 +0200
@@ -285,7 +285,7 @@
self->max_data_size = irttp_get_max_seg_size(self->tsap);
};

- IRDA_DEBUG(2, "%s(), max_data_size=%d\n", __FUNCTION__
+ IRDA_DEBUG(2, "%s(), max_data_size=%d\n", __FUNCTION__,
self->max_data_size);

memcpy(&self->qos_tx, qos, sizeof(struct qos_info));
@@ -384,7 +384,7 @@

/* Check if request succeeded */
if (result != IAS_SUCCESS) {
- IRDA_DEBUG(1, "%s(), IAS query failed! (%d)\n", __FUNCTION__
+ IRDA_DEBUG(1, "%s(), IAS query failed! (%d)\n", __FUNCTION__,
result);

self->errno = result; /* We really need it later */
--
Laurent
\
 
 \ /
  Last update: 2005-03-22 13:58    [W:0.087 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site