mbox series

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

Message ID 45cc3652-a7a1-4e0c-9a61-5ed5579cd9a9@stanley.mountain (mailing list archive)
Headers show
Series ALSA: hda: tas2781-spi: Fix a couple Smatch things | expand

Message

Dan Carpenter Jan. 22, 2025, 7:17 a.m. UTC
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(-)

Comments

Takashi Iwai Jan. 22, 2025, 8:29 a.m. UTC | #1
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