Re: [PATCH bpf-next] libbpf: simplify the return expression of bpf_object__init_maps function
From: Yonghong Song
Date: Wed Jun 09 2021 - 11:21:23 EST
On 6/9/21 4:56 AM, Wang Hai wrote:
There is no need for special treatment of the 'ret == 0' case.
This patch simplifies the return expression.
Signed-off-by: Wang Hai <wanghai38@xxxxxxxxxx>
Acked-by: Yonghong Song <yhs@xxxxxx>