]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: catpt: remove duplicating driver data retrieval
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 5 Jul 2022 15:58:13 +0000 (18:58 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 5 Jul 2022 18:53:50 +0000 (19:53 +0100)
commit3594e124e2e2432e85aacddaa55489e8b6e5cbc1
tree85712d951a016fc9fd442e86c43fd7db1555231c
parentdb2414ade9560f4c885c408591c88ca8dce15c7c
ASoC: Intel: catpt: remove duplicating driver data retrieval

device_get_match_data() in ACPI case calls similar to acpi_match_device().
Hence there is no need to duplicate the call. Just assign what is in
the id->driver_data.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20220705155813.75917-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/catpt/device.c