Commit 2b35e968 authored by Yang Li's avatar Yang Li Committed by Rob Herring

of: unittest: remove unneeded semicolon

Eliminate the following coccicheck warning:
./drivers/of/unittest.c:1961:2-3: Unneeded semicolon
Reported-by: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220107002826.77939-1-yang.lee@linux.alibaba.com
parent 5d05b811
......@@ -1958,7 +1958,7 @@ static void of_unittest_remove_tracked_overlays(void)
__func__, overlay_name, ret);
}
of_unittest_untrack_overlay(save_ovcs_id);
};
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment