Commit e8857af
drm/bridge: analogix_dp: properly handle zero sized AUX transactions
commit e82290a upstream.
Address only transactions without any data are valid and should not
be flagged as short transactions. Simply return the message size when
no transaction errors occured.
CC: stable@vger.kernel.org
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Robert Foss <rfoss@kernel.org>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240318203925.2837689-1-l.stach@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>1 parent f70942b commit e8857af
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1027 | 1027 | | |
1028 | 1028 | | |
1029 | 1029 | | |
1030 | | - | |
1031 | 1030 | | |
1032 | 1031 | | |
1033 | 1032 | | |
| |||
1079 | 1078 | | |
1080 | 1079 | | |
1081 | 1080 | | |
1082 | | - | |
1083 | 1081 | | |
1084 | 1082 | | |
1085 | 1083 | | |
| |||
1127 | 1125 | | |
1128 | 1126 | | |
1129 | 1127 | | |
1130 | | - | |
1131 | 1128 | | |
1132 | 1129 | | |
1133 | 1130 | | |
| |||
1144 | 1141 | | |
1145 | 1142 | | |
1146 | 1143 | | |
1147 | | - | |
| 1144 | + | |
1148 | 1145 | | |
1149 | 1146 | | |
1150 | 1147 | | |
| |||
0 commit comments