commit | 5755fffe8947516766994dbcfa86e30d38a589ab | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Feb 03 16:17:29 2019 +0100 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Wed May 01 00:00:04 2019 +0200 |
tree | 613ec44ff731e8b876deaa5f17b71cd6d0ebe049 | |
parent | a5a3716fb2b58a9ac1b80d96cf11b7e7ac492c86 [diff] |
rockchip: spi: consistently use false/true with rkspi_enable_chip While rkspi_enable_chip is called with true/false everywhere else in the file, one call site uses '0' to denot 'false'. This change this one parameter to 'false' and effects consistency. Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>