diff options
author | Taotao Chen <chentaotao@didiglobal.com> | 2025-08-22 03:07:04 +0000 |
---|---|---|
committer | Andi Shyti <andi.shyti@linux.intel.com> | 2025-09-18 12:57:07 +0200 |
commit | 6fa6c7a50e465c32a075d3e0341bcd4f0fe0bb47 (patch) | |
tree | 15bc2d657a96243ea0c50afced469fe0f59bd42b /drivers/gpu/drm/amd/amdgpu/mxgpu_nv.c | |
parent | e296a2266c572a7537e638b0dbbfc66d11df46f9 (diff) |
drm/i915: Fix incorrect error handling in shmem_pwrite()
shmem_pwrite() currently checks for short writes before negative error
codes, which can overwrite real errors (e.g., -EFBIG) with -EIO.
Reorder the checks to return negative errors first, then handle short
writes.
Signed-off-by: Taotao Chen <chentaotao@didiglobal.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Signed-off-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://lore.kernel.org/r/20250822030651.28099-2-chentaotao@didiglobal.com
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mxgpu_nv.c')
0 files changed, 0 insertions, 0 deletions