]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
drm/amd/dc: fix semicolon.cocci warnings
authorkbuild test robot <fengguang.wu@intel.com>
Thu, 12 Oct 2017 23:35:54 +0000 (07:35 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 21 Oct 2017 20:50:31 +0000 (16:50 -0400)
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>
drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c

index d4e5ef64e48987f38126645334d2ab9276312c5c..ff9d36b5866e0b659d072fde7962905c5d309cb1 100644 (file)
@@ -132,7 +132,7 @@ failure_2:
 
                if (slot)
                        kfree(slot);
-       };
+       }
 
 failure_1:
        kfree(service);