aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-bcm63xx-hsspi.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2022-09-21 10:24:51 +0300
committerMark Brown <broonie@kernel.org>2022-09-21 10:28:20 +0100
commite0437512081282559f5c50591f487149c31f867c (patch)
tree27b1402f4d121048c778fcdd6315b3863d30dc1f /drivers/spi/spi-bcm63xx-hsspi.c
parentb85ad8a54e0a446b3daa7f526e4996ddb6d4373f (diff)
downloadlinux-e0437512081282559f5c50591f487149c31f867c.tar.gz
spi: omap2-mcspi: Fix probe so driver works again
This condition was accidentally changed from "if (status < 0)" to "if (status)". The platform_get_irq() function returns non-zero positive values on success so, unfortunately, the driver could not be used. Change the condition back to how it was. Fixes: f4ca8c88c2c7 ("spi: omap2-mcspi: Switch to use dev_err_probe() helper") Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Yang Yingliang <yangyingliang@huawei.com> Link: https://lore.kernel.org/r/Yyq8Q/kd301wVzg8@kili Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-bcm63xx-hsspi.c')
0 files changed, 0 insertions, 0 deletions