summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-qup.c
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@oracle.com>2015-04-03 10:45:27 +0200
committerMark Brown <broonie@kernel.org>2015-04-06 18:20:07 +0200
commitc9bc3e8bf04225968f1cee34b50216263ed58000 (patch)
tree1326d33f451d5bdb8534e4bccf8772781e63d060 /drivers/spi/spi-qup.c
parentspi: Using Trigger number to transmit/receive data (diff)
downloadlinux-c9bc3e8bf04225968f1cee34b50216263ed58000.tar.xz
linux-c9bc3e8bf04225968f1cee34b50216263ed58000.zip
spi: signedness bug in qspi_trigger_transfer_out_int()
We need "ret" to be unsigned for the error handling to work. The signedness of "i" and "n" don't matter but qspi_set_send_trigger() returns an int so I've changed them to int as well. Fixes: 4b6fe3edcbba ('spi: Using Trigger number to transmit/receive data') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-qup.c')
0 files changed, 0 insertions, 0 deletions