diff options
| author | Luben Tuikov <[email protected]> | 2021-03-11 10:34:28 -0500 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-07-01 00:24:41 -0400 |
| commit | cf696091d38b61ff9e4e4d592522a2daf5e3637e (patch) | |
| tree | a0dd2dba3412e3354b70b7d8bc42e920d3c92781 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 36b1a00d2bb496bc9ac010b42ba39413a27de7c8 (diff) | |
drm/amdgpu: Return result fix in RAS
The low level EEPROM write method, doesn't return
1, but the number of bytes written. Thus do not
compare to 1, instead, compare to greater than 0
for success.
Other cleanup: if the lower layers returned
-errno, then return that, as opposed to
overwriting the error code with one-fits-all
-EINVAL. For instance, some return -EAGAIN.
Cc: Jean Delvare <[email protected]>
Cc: Alexander Deucher <[email protected]>
Cc: Andrey Grodzovsky <[email protected]>
Cc: Lijo Lazar <[email protected]>
Cc: Stanley Yang <[email protected]>
Cc: Hawking Zhang <[email protected]>
Signed-off-by: Luben Tuikov <[email protected]>
Reviewed-by: Alexander Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions