]> 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)
commit023c5caa31e6357893874a3fe7ef186975982515
treedea86a4a09366e9c06fc033344a0cc1920b2786e
parenta5f49abcbd1c799ae13bd868cff0d9e781d294bd
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