Home
last modified time | relevance | path

Searched hist:bba91dd6d70b7aa239280dc095a461bc064c98a5 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/xen/
H A Dpvcalls-front.cdiff bba91dd6d70b7aa239280dc095a461bc064c98a5 Fri Sep 18 22:17:02 CDT 2020 Jing Xiangfeng <jingxiangfeng@huawei.com> xen: remove redundant initialization of variable ret

After commit 9f51c05dc41a ("pvcalls-front: Avoid
get_free_pages(GFP_KERNEL) under spinlock"), the variable ret is being
initialized with '-ENOMEM' that is meaningless. So remove it.

Signed-off-by: Jing Xiangfeng <jingxiangfeng@huawei.com>
Link: https://lore.kernel.org/r/20200919031702.32192-1-jingxiangfeng@huawei.com
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>