Skip to content

Commit 96362fb

Browse files
Christoph HellwigAl Viro
authored andcommitted
isdn/gigaset: add back gigaset_procinfo assignment
Fixes: 2cd1f0d ("isdn: replace ->proc_fops with ->proc_show") Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Al Viro <[email protected]>
1 parent 2f42939 commit 96362fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/isdn/gigaset/capi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2465,6 +2465,7 @@ int gigaset_isdn_regdev(struct cardstate *cs, const char *isdnid)
24652465
iif->ctr.register_appl = gigaset_register_appl;
24662466
iif->ctr.release_appl = gigaset_release_appl;
24672467
iif->ctr.send_message = gigaset_send_message;
2468+
iif->ctr.procinfo = gigaset_procinfo;
24682469
iif->ctr.proc_show = gigaset_proc_show,
24692470
INIT_LIST_HEAD(&iif->appls);
24702471
skb_queue_head_init(&iif->sendqueue);

0 commit comments

Comments
 (0)