diff options
author | Pierre-Louis Bossart <[email protected]> | 2020-06-01 02:20:58 +0800 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2020-06-22 17:21:36 +0530 |
commit | 83e129afbe5c4a444c034e981b0f8535889380fe (patch) | |
tree | ed0747933f303c37b54f438544b1ab128bc6474d /tools/perf/scripts/python | |
parent | b6109dd6dc9fbc5dfae1106972d728eba0afd098 (diff) |
soundwire: intel: clarify drvdata and remove more indirections
The use of drvdata mixes two structures. There was no harm the first
structure is embedded as the first element of the second, but that's
not good. Make sure all drvdata is based on the 'sdw_cdns' structure.
While we are at it, remove indirections for 'dev' and 'cdns' to make
the code more readable.
Signed-off-by: Pierre-Louis Bossart <[email protected]>
Signed-off-by: Bard Liao <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions