commit | 9ca1273bb9d35c81bfb73215556bf794a73a2d83 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Jul 17 18:34:48 2013 +0300 |
committer | Mark Brown <broonie@linaro.org> | Wed Jul 17 18:19:44 2013 +0100 |
tree | ffabe4afdc7ef533f10091b2640c2b0bda0eef92 | |
parent | 7b3b7432ae7848a269671921393148ff1aae3881 [diff] |
spi/xilinx: signedness issue checking platform_get_irq() In xilinx_spi_probe() we use xspi->irq to store negative error codes so it has to be signed. We weren't going to use the upper bit any way so this is fine. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mark Brown <broonie@linaro.org>