[Armadeus-commitlog] UNNAMED PROJECT branch, opos6ul-2018.05, updated. 644edb9667056a2f700202d5e4f
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2020-01-17 08:25:15
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, opos6ul-2018.05 has been updated
via 644edb9667056a2f700202d5e4f0fc757cafcbc6 (commit)
from adaee5e16c6aa3aa8e0fda7133af4bae8764cd8b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 644edb9667056a2f700202d5e4f0fc757cafcbc6
Author: Sébastien Szymanski <seb...@ar...>
Date: Fri Jan 17 09:21:22 2020 +0100
opos6ulsp: remove double computation
-----------------------------------------------------------------------
Summary of changes:
arch/arm/mach-imx/mx6/opos6ulsp.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-imx/mx6/opos6ulsp.c b/arch/arm/mach-imx/mx6/opos6ulsp.c
index 8a7afbdf0c..0b2e0e8d74 100644
--- a/arch/arm/mach-imx/mx6/opos6ulsp.c
+++ b/arch/arm/mach-imx/mx6/opos6ulsp.c
@@ -158,7 +158,6 @@ int fpga_wdata_fn(unsigned char data, int flush, int cookie)
temp_data |= (data << 24);
break;
default:
- temp_data |= (data << 16);
writel(temp_data |= (data << 16), WEIM_ARB_BASE_ADDR);
temp_index = 0;
break;
hooks/post-receive
--
UNNAMED PROJECT
|