mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02:00
ALSA: hda/cs8409: Fix error message in cs8409_i2c_bulk_read()
The error message in cs8409_i2c_bulk_read() incorrectly says "I2C Bulk Write Failed" when it should say "I2C Bulk Read Failed". This is a copy-paste error from cs8409_i2c_bulk_write(). Signed-off-by: wangdicheng <wangdicheng@kylinos.cn> Link: https://patch.msgid.link/20260330054131.434994-1-wangdich9700@163.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
9220b8cc51
commit
472571498b
|
|
@ -268,7 +268,7 @@ static int cs8409_i2c_bulk_read(struct sub_codec *scodec, struct cs8409_i2c_para
|
|||
return 0;
|
||||
|
||||
error:
|
||||
codec_err(codec, "I2C Bulk Write Failed 0x%02x\n", scodec->addr);
|
||||
codec_err(codec, "I2C Bulk Read Failed 0x%02x\n", scodec->addr);
|
||||
return -EIO;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user