Files
linux/drivers
zpershuai f6d28f0e36 spi: spi-zynq-qspi: Fix some wrong goto jumps & missing error code
[ Upstream commit f131767eef ]

In zynq_qspi_probe function, when enable the device clock is done,
the return of all the functions should goto the clk_dis_all label.

If num_cs is not right then this should return a negative error
code but currently it returns success.

Signed-off-by: zpershuai <zpershuai@gmail.com>
Link: https://lore.kernel.org/r/1622110857-21812-1-git-send-email-zpershuai@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-06-23 14:42:48 +02:00
..
2021-05-14 09:50:24 +02:00
2021-03-04 11:38:21 +01:00
2020-12-03 10:00:23 +01:00
2020-12-30 11:53:53 +01:00