]> git.baikalelectronics.ru Git - kernel.git/commit
mISDN: Use LIST_HEAD() for list_head
authorShixin Liu <liushixin2@huawei.com>
Tue, 30 Mar 2021 02:24:15 +0000 (10:24 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Mar 2021 20:34:42 +0000 (13:34 -0700)
commitdece1159ccb66a45ac0fcd36fc2c1847512bbc35
treedea86a4a09366e9c06fc033344a0cc1920b2786e
parentd7e0748a274b9a97a9c977625d07cc8531630c2a
mISDN: Use LIST_HEAD() for list_head

There's no need to declare a list and then init it manually,
just use the LIST_HEAD() macro.

Signed-off-by: Shixin Liu <liushixin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/mISDN/dsp_core.c
drivers/isdn/mISDN/l1oip_core.c