Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96362fb4 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Al Viro
Browse files

isdn/gigaset: add back gigaset_procinfo assignment



Fixes: 2cd1f0dd ("isdn: replace ->proc_fops with ->proc_show")
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 2f429397
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2465,6 +2465,7 @@ int gigaset_isdn_regdev(struct cardstate *cs, const char *isdnid)
	iif->ctr.register_appl = gigaset_register_appl;
	iif->ctr.release_appl  = gigaset_release_appl;
	iif->ctr.send_message  = gigaset_send_message;
	iif->ctr.procinfo      = gigaset_procinfo;
	iif->ctr.proc_show     = gigaset_proc_show,
	INIT_LIST_HEAD(&iif->appls);
	skb_queue_head_init(&iif->sendqueue);