mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
spi: rockchip-sfc: Set default parameters for support_op interface integration
Change-Id: I2f7e94b0eba2e821a234adac6578761cd2c927ed Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
@@ -849,7 +849,7 @@ static bool rockchip_sfc_supports_op(struct spi_mem *mem, const struct spi_mem_o
|
||||
if (op->addr.nbytes > 4)
|
||||
return false;
|
||||
|
||||
return true;
|
||||
return spi_mem_default_supports_op(mem, op);
|
||||
}
|
||||
|
||||
static const struct spi_controller_mem_ops rockchip_sfc_mem_ops = {
|
||||
|
||||
Reference in New Issue
Block a user