We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f42939 commit 96362fbCopy full SHA for 96362fb
drivers/isdn/gigaset/capi.c
@@ -2465,6 +2465,7 @@ int gigaset_isdn_regdev(struct cardstate *cs, const char *isdnid)
2465
iif->ctr.register_appl = gigaset_register_appl;
2466
iif->ctr.release_appl = gigaset_release_appl;
2467
iif->ctr.send_message = gigaset_send_message;
2468
+ iif->ctr.procinfo = gigaset_procinfo;
2469
iif->ctr.proc_show = gigaset_proc_show,
2470
INIT_LIST_HEAD(&iif->appls);
2471
skb_queue_head_init(&iif->sendqueue);
0 commit comments