commit | 72cf0c9df43742fd1f4ca51e9a6e1012ee52b945 | [log] [tgz] |
---|---|---|
author | Vipul Kumar <vipul.kumar@xilinx.com> | Mon Jun 25 14:13:57 2018 +0530 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Mon Jun 25 14:13:57 2018 +0530 |
tree | 53a4d55456fbcb42a55f3a53c5930f1b18b2fad1 | |
parent | 23d6d3641a0ec13a2898122cf91f054164ecf9a9 [diff] |
spi: zynq_qspi: Fixed incorrect return value error This patch replaced "return 0" with "return status" to fix the incorrect return value error reported by the coverity. Reviewed-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Vipul Kumar <vipul.kumar@xilinx.com> [jagan: rebased on master] Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>