diff options
| author | Mark Brown <broonie@kernel.org> | 2026-03-24 18:04:01 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-03-24 18:04:01 +0300 |
| commit | 1f0f14aa18e14885c02623c07e4c6a816f7a9077 (patch) | |
| tree | 024218de6b74c15c1c5c59cb7b6235462e5d4cde /include/linux/console_struct.h | |
| parent | 4478886310e5a2cadb3d07ce2d8564d1fd3e206a (diff) | |
| parent | e5d5cc44791f7275fd1b5329a9dc374d6ad1bf6c (diff) | |
| download | linux-1f0f14aa18e14885c02623c07e4c6a816f7a9077.tar.xz | |
ASoc: uda1380: Improve error reporting
Wenyuan Li <2063309626@qq.com> says:
The driver currently ignores the return values of several I2C operations
during register writes, which could lead to silent failures and
inconsistent device state.
Link: https://patch.msgid.link/tencent_579D057AC557914CF739A2D9EAD045CE7306@qq.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/linux/console_struct.h')
| -rw-r--r-- | include/linux/console_struct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/console_struct.h b/include/linux/console_struct.h index 13b35637bd5a..d5ca855116df 100644 --- a/include/linux/console_struct.h +++ b/include/linux/console_struct.h @@ -160,6 +160,7 @@ struct vc_data { struct uni_pagedict **uni_pagedict_loc; /* [!] Location of uni_pagedict variable for this console */ u32 **vc_uni_lines; /* unicode screen content */ u16 *vc_saved_screen; + u32 **vc_saved_uni_lines; unsigned int vc_saved_cols; unsigned int vc_saved_rows; /* additional information is in vt_kern.h */ |
