commit | f1638a4c7940716b74448cc2f4a15fa43b82eeca | [log] [tgz] |
---|---|---|
author | Jing Xiangfeng <jingxiangfeng@huawei.com> | Wed Sep 30 09:29:54 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 01 18:46:16 2020 -0700 |
tree | d2ecff3e6d04dc58841a3ac8aab55b291bd8bab1 | |
parent | 000fe2685b0a59ade602918a95de450c73aaf6fc [diff] |
caif_virtio: Remove redundant initialization of variable err After commit a8c7687bf216 ("caif_virtio: Check that vringh_config is not null"), the variable err is being initialized with '-EINVAL' that is meaningless. So remove it. Signed-off-by: Jing Xiangfeng <jingxiangfeng@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>