gprs: make gprs_llc_hdr_dump return void.

This commit is contained in:
Holger Hans Peter Freyther 2010-05-23 21:35:25 +08:00
parent 4752e0c3de
commit 3a6fdcd717
1 changed files with 1 additions and 1 deletions

View File

@ -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' : ' ',