drivers: most: use LIST_HEAD() for list_head
authorShixin Liu <liushixin2@huawei.com>
Mon, 29 Mar 2021 09:40:15 +0000 (17:40 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Apr 2021 14:26:03 +0000 (16:26 +0200)
commit5751564085e70caf4a5fb31d75cbaeaa723a7511
tree28e6c87ce3930ef7ab69099e973fc9c88c460363
parent2c4134e78203eb3a1506f9fc51012a3fda4068cb
drivers: most: 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>
Link: https://lore.kernel.org/r/20210329094015.66942-2-liushixin2@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/most/most_cdev.c