commit | 088eb2115b79ea5add598f2fa3fb1907f35a299e | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Sun Jul 19 06:45:43 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Aug 08 14:14:20 2015 +0200 |
tree | 9e84fa1d744f4566b694efd033d8e6264ec2d23b | |
parent | 42e43abbc54f3fa321c854342029c3d53dffc518 [diff] |
ddr: altera: Clean up find_vfifo_read() Fix data types, constify where applicable, fix comments and debug strings. In case enough failing reads are detected, just return right away instead of breaking from the loop. This lets us make the error handling at the end much simpler. Signed-off-by: Marek Vasut <marex@denx.de>