aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga/tests
diff options
context:
space:
mode:
authorKuninori Morimoto <[email protected]>2024-04-02 02:24:22 +0000
committerMark Brown <[email protected]>2024-04-02 15:55:07 +0100
commit07f6232ff1c9909cd87e42020c91b265a58918da (patch)
treeefce6a8c12f149e74f471e9ad7e3edac4f864b79 /drivers/fpga/tests
parent5be0e7f7f275aa5f05d8708db021cef0fed749d1 (diff)
ASoC: rsnd: no exception for SCU
R-Car Gen1 and Gen4 doesn't have SCU, and current driver checks Gen1 (only) on each devices (A). But these drivers are assuming it might be not enabled after that (B). /* This driver doesn't support Gen1 at this point */ (A) if (rsnd_is_gen1(priv)) return 0; (B) node = rsnd_src_of_node(priv); if (!node) return 0; /* not used is not error */ Gen4 DT doesn't have these device settings. (A) check doesn't work for it, but (B) check handling it. Gen1 DT doesn't have these device settings either, and (A) is handling it, but (B) only is very enough. (A) is no longer needed. This patch removes (A) Signed-off-by: Kuninori Morimoto <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/fpga/tests')
0 files changed, 0 insertions, 0 deletions