diff options
author | Jiasheng Jiang <[email protected]> | 2022-05-31 17:47:12 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-06-06 12:38:50 +0100 |
commit | 82fa8f581a954ddeec1602bed9f8b4a09d100e6e (patch) | |
tree | cb78e6ded9bca4d0dd115e1931ff5ef11e94f843 /tools/perf/scripts/python | |
parent | 7472eb8d7dd12b6b9b1a4f4527719cc9c7f5965f (diff) |
ASoC: codecs: da7210: add check for i2c_add_driver
As i2c_add_driver could return error if fails, it should be
better to check the return value.
However, if the CONFIG_I2C and CONFIG_SPI_MASTER are both true,
the return value of i2c_add_driver will be covered by
spi_register_driver.
Therefore, it is necessary to add check and return error if fails.
Fixes: aa0e25caafb7 ("ASoC: da7210: Add support for spi regmap")
Signed-off-by: Jiasheng Jiang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions