[PATCH 0/2] ALSA: hda: tas2781-spi: Fix a couple Smatch things

Dan Carpenter posted 2 patches 1 year ago
Only 0 patches received!
sound/pci/hda/tas2781_hda_spi.c | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
[PATCH 0/2] ALSA: hda: tas2781-spi: Fix a couple Smatch things
Posted by Dan Carpenter 1 year ago
Fix a couple Smatch warnings in this new driver.

Dan Carpenter (2):
  ALSA: hda: tas2781-spi: Delete some dead code
  ALSA: hda: tas2781-spi: Fix error code in tas2781_read_acpi()

 sound/pci/hda/tas2781_hda_spi.c | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

-- 
2.45.2
Re: [PATCH 0/2] ALSA: hda: tas2781-spi: Fix a couple Smatch things
Posted by Takashi Iwai 1 year ago
On Wed, 22 Jan 2025 08:17:57 +0100,
Dan Carpenter wrote:
> 
> Fix a couple Smatch warnings in this new driver.
> 
> Dan Carpenter (2):
>   ALSA: hda: tas2781-spi: Delete some dead code
>   ALSA: hda: tas2781-spi: Fix error code in tas2781_read_acpi()

Applied both now.  Thanks.


Takashi