commit | 80755855f808c27c7154937667436f30e47bc820 | [log] [tgz] |
---|---|---|
author | Shixin Liu <liushixin2@huawei.com> | Mon Mar 29 17:53:49 2021 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Mar 29 07:38:49 2021 -0600 |
tree | 06e0f0ac9d51be18655544a9ece457a7b8461b96 | |
parent | acf8aec3501cac6fd67e2653267ed61a22617c37 [diff] |
mtip32xx: 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/20210329095349.4170870-2-liushixin2@huawei.com Signed-off-by: Jens Axboe <axboe@kernel.dk>