diff options
author | Paul Burton | 2019-05-28 19:05:04 +0200 |
---|---|---|
committer | Paul Burton | 2019-05-29 21:04:44 +0200 |
commit | 31875a5432248e7b0fff2f4f4e8cd96e5d82ceb0 (patch) | |
tree | 12e49b7e7f211cfa606c7590177bbfcf3447c56f /drivers/spi/spi-davinci.c | |
parent | MIPS: Bounds check virt_addr_valid (diff) | |
download | kernel-qcow2-linux-31875a5432248e7b0fff2f4f4e8cd96e5d82ceb0.tar.gz kernel-qcow2-linux-31875a5432248e7b0fff2f4f4e8cd96e5d82ceb0.tar.xz kernel-qcow2-linux-31875a5432248e7b0fff2f4f4e8cd96e5d82ceb0.zip |
MIPS: Make virt_addr_valid() return bool
virt_addr_valid() really returns a boolean value, but currently uses an
integer to represent it. Switch to the bool type to make it clearer that
we really are returning a true or false value.
Signed-off-by: Paul Burton <paul.burton@mips.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Cc: linux-mips@vger.kernel.org
Diffstat (limited to 'drivers/spi/spi-davinci.c')
0 files changed, 0 insertions, 0 deletions