All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: Intel: avs: Fixes for avs_pci_probe()
@ 2025-07-29 11:42 Cezary Rojewski
  2025-07-29 11:42 ` [PATCH 1/2] ASoC: Intel: avs: Synchronize happy and error paths in PCI probe Cezary Rojewski
  2025-07-29 11:42 ` [PATCH 2/2] ASoC: Intel: avs: Fix uninitialized pointer error in probe() Cezary Rojewski
  0 siblings, 2 replies; 7+ messages in thread
From: Cezary Rojewski @ 2025-07-29 11:42 UTC (permalink / raw)
  To: broonie; +Cc: tiwai, perex, amadeuszx.slawinski, linux-sound, Cezary Rojewski

Two small changes that aim to improve code quality around error-path
area for the avs_pci_probe() function.

1) The synchronization-change is here to make sure both happy and error
paths are streamlines, no functional changes there.
2) The fix addresses null-ptr-deref and similar problems is
pcim_request_all_regions() fails.

Cezary Rojewski (2):
  ASoC: Intel: avs: Synchronize happy and error paths in PCI probe
  ASoC: Intel: avs: Fix uninitialized pointer error in probe()

 sound/soc/intel/avs/core.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-07-30 12:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-29 11:42 [PATCH 0/2] ASoC: Intel: avs: Fixes for avs_pci_probe() Cezary Rojewski
2025-07-29 11:42 ` [PATCH 1/2] ASoC: Intel: avs: Synchronize happy and error paths in PCI probe Cezary Rojewski
2025-07-29 11:47   ` Mark Brown
2025-07-29 12:49     ` Cezary Rojewski
2025-07-29 13:32       ` Mark Brown
2025-07-30 12:32         ` Cezary Rojewski
2025-07-29 11:42 ` [PATCH 2/2] ASoC: Intel: avs: Fix uninitialized pointer error in probe() Cezary Rojewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.