commit | 03a92b215f0b63e89cbdeab2fcb8badce9f9d2ba | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sat Jul 25 09:36:54 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:07 2015 +0200 |
tree | c1f21dfe7d273f29fcbc9d272e1009759e9a9f16 | |
parent | 2df7b2aadf375fc3d2f336fab8eb41556b997567 [diff] |
arm: socfpga: scan: Zap redundant params in scan_mgr_io_scan_chain_prg() It is sufficient to pass in the scan chain ID into the function to determine the remaining two parameters, so drop those params and determine them locally in the function. The big-ish switch in the function is temporary and will be replaced by a proper function call in subsequent patch. Signed-off-by: Marek Vasut <marex@denx.de>