aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-23 21:35:25 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-23 21:35:25 +0800
commit3a6fdcd717f02a1317ce3b0074c0177a6e61a779 (patch)
treea6ef8ceac57a05b4c00fe16e0a0c36b99170f92b /openbsc
parent4752e0c3decddc6ca6a30f2a50ee07d71ba2a552 (diff)
gprs: make gprs_llc_hdr_dump return void.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/gprs/gprs_llc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gprs_llc.c b/openbsc/src/gprs/gprs_llc.c
index 8b569ccb5..5394f11be 100644
--- a/openbsc/src/gprs/gprs_llc.c
+++ b/openbsc/src/gprs/gprs_llc.c
@@ -260,7 +260,7 @@ int gprs_llc_tx_ui(struct msgb *msg, uint8_t sapi, int command)
return gprs_bssgp_tx_dl_ud(msg);
}
-static int gprs_llc_hdr_dump(struct gprs_llc_hdr_parsed *gph)
+static void gprs_llc_hdr_dump(struct gprs_llc_hdr_parsed *gph)
{
DEBUGP(DLLC, "LLC SAPI=%u %c %c FCS=0x%06x(%s) ",
gph->sapi, gph->is_cmd ? 'C' : 'R', gph->ack_req ? 'A' : ' ',