OSDN Git Service

ASoC: SOF: probes: Check ops before memory allocation
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 17 Nov 2022 10:32:23 +0000 (12:32 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 17 Nov 2022 13:58:43 +0000 (13:58 +0000)
commit82b21ca1912723a53534086864ee0daceb604cb5
tree8bcf315a8c5db88873d893b0acf46220c2e6ae16
parent6b6ab406cedaf70f58961d4ea82e88e65e721d06
ASoC: SOF: probes: Check ops before memory allocation

We may check ops before spending resources on memory allocation.
While at it, utilize dev_get_platdata() helper.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://lore.kernel.org/r/20221117103223.74425-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/sof-client-probes.c