drm/rockchip: vop: delete unused return error

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: I2b8c2cc80d7fb083f8c723f4bfa8946b2415891a
This commit is contained in:
Sandy Huang
2025-07-14 20:25:40 +08:00
committed by Tao Huang
parent 61d5a058cd
commit fb0132457b

View File

@@ -772,8 +772,6 @@ static int vop_convert_afbc_format(uint32_t format)
DRM_WARN_ONCE("unsupported AFBC format[%08x]\n", format);
return -EINVAL;
}
return -EINVAL;
}
static bool is_uv_swap(uint32_t bus_format, uint32_t output_mode)