drm/amd/dc: fix semicolon.cocci warnings
authorkbuild test robot <[email protected]>
Thu, 12 Oct 2017 23:35:54 +0000 (07:35 +0800)
committerAlex Deucher <[email protected]>
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 <[email protected]>
Signed-off-by: Fengguang Wu <[email protected]>
Reviewed-by: Harry Wentland <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
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);