commit | 6b677781cee9e532157e5334cd8dec794321c51b | [log] [tgz] |
---|---|---|
author | Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> | Mon Aug 02 23:20:41 2021 -0600 |
committer | Michal Simek <michal.simek@xilinx.com> | Fri Aug 06 09:35:34 2021 +0200 |
tree | 80f3705042f17f98d42fd633eaff77038cc46383 | |
parent | 21fd7634ee4e96fae0cc69bf6faa0ec4deb4feb0 [diff] |
mmc: sdhci: Change prototype of set_delay to return errors set_delay() has return type as void. If there are any errors while setting tapdelay's it won't be able to return them. Change the prototype of set_delay() in sdhci_ops structure and return the errors from wherever it is called. 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>