drm/amd/dc: fix semicolon.cocci warnings
drivers/gpu/drm/amd/amdgpu/../display/dc/gpio/gpio_service.c:134:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 80be23c57868 ("drm/amd/dc: Add dc display driver (v2)") CC: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
085b017bf8
commit
1a7e4f7407
@ -132,7 +132,7 @@ failure_2:
|
||||
|
||||
if (slot)
|
||||
kfree(slot);
|
||||
};
|
||||
}
|
||||
|
||||
failure_1:
|
||||
kfree(service);
|
||||
|
Loading…
x
Reference in New Issue
Block a user