mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 15:51:46 +00:00
staging: ccree: fix semicolon.cocci warnings
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>
This commit is contained in:
parent
65d4c8a76b
commit
401c31130a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user