commit | 94a755d97d7f5daeac69da818dab4dccf3df7a5d | [log] [tgz] |
---|---|---|
author | Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> | Fri Jul 09 05:53:39 2021 -0600 |
committer | Michal Simek <michal.simek@xilinx.com> | Mon Jul 26 09:18:45 2021 +0200 |
tree | 16a5ff16bb3030589ff5b01ce7555411ef7e8568 | |
parent | 177acd650c25985bcce4ff8280f5cf9e2d5c8b77 [diff] |
mmc: zynq_sdhci: Resolve uninitialized return value set_phase() functions are not modifying the ret value and returning the same uninitialized ret, return 0 instead. Keep the return type as int to return errors when the tapdelay's are set via xilinx_pm_request() in future. Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>