--- zzzz-none-000/linux-3.10.107/drivers/isdn/hisax/isdnl3.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/isdn/hisax/isdnl3.c 2021-02-04 17:41:59.000000000 +0000 @@ -153,7 +153,7 @@ newl3state(struct l3_process *pc, int state) { if (pc->debug & L3_DEB_STATE) - l3_debug(pc->st, "newstate cr %d %d --> %d", + l3_debug(pc->st, "%s cr %d %d --> %d", __func__, pc->callref & 0x7F, pc->state, state); pc->state = state;