Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c9512c8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ALSA: core: Update return type"

parents 29645b00 9cb95141
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ static void snd_card_id_read(struct snd_info_entry *entry,
	snd_iprintf(buffer, "%s\n", entry->card->id);
}

static int snd_card_state_read(struct snd_info_entry *entry,
static ssize_t snd_card_state_read(struct snd_info_entry *entry,
			       void *file_private_data, struct file *file,
			       char __user *buf, size_t count, loff_t pos)
{