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

Commit 9cb95141 authored by Gopikrishnaiah Anandan's avatar Gopikrishnaiah Anandan Committed by Gerrit - the friendly Code Review server
Browse files

ALSA: core: Update return type



Change fixes the return type of read function.

Change-Id: I0a943ddf134cf9b4ad44b7a3633a3a3cabc9a1cb
Signed-off-by: default avatarGopikrishnaiah Anandan <agopik@codeaurora.org>
parent 99a1383f
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)
{