staging: ccree: fix semicolon.cocci warnings
authorkbuild test robot <lkp@intel.com>
Sun, 23 Apr 2017 09:26:20 +0000 (12:26 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Apr 2017 10:17:54 +0000 (12:17 +0200)
drivers/staging/ccree/ssi_request_mgr.c:623:3-4: Unneeded semicolon

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/ssi_request_mgr.c

index 42ab2b1..522bd62 100644 (file)
@@ -653,7 +653,7 @@ static void comp_handler(unsigned long devarg)
                        /* Avoid race with above clear: Test completion counter once more */
                        request_mgr_handle->axi_completed += CC_REG_FLD_GET(CRY_KERNEL, AXIM_MON_COMP, VALUE, 
                                CC_HAL_READ_REGISTER(AXIM_MON_BASE_OFFSET));
-               };
+               }
        
        }
        /* after verifing that there is nothing to do, Unmask AXI completion interrupt */