commit | 91e95ff1c5110f67d87675ee326ff59b7b928302 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Jun 13 09:12:29 2018 +0200 |
committer | Michal Simek <michal.simek@xilinx.com> | Fri Jun 15 08:54:04 2018 +0200 |
tree | b2dc45586581ea09da23f44bd836760a81959838 | |
parent | b6f9cbb7e8e3c98d97bfb4d38b724c84d84d6ab1 [diff] |
mmc: zynq: Fix tuning_loop_counter type in arasan_sdhci_execute_tuning() Code around tuning_loop_counter variable expects to go below zero. That's why this variable can't use unsigned type. Signed-off-by: Michal Simek <michal.simek@xilinx.com>