commit | 5979415d00d42fd66d4227a34a6fa528003ae88a | [log] [tgz] |
---|---|---|
author | Shixin Liu <liushixin2@huawei.com> | Tue Mar 30 10:24:15 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 30 13:34:42 2021 -0700 |
tree | dea86a4a09366e9c06fc033344a0cc1920b2786e | |
parent | 77053fb7b428099bfdc2ec81a923587a2692d84b [diff] |
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>