mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
drm/rockchip: vop: delete unused return error
Signed-off-by: Sandy Huang <hjc@rock-chips.com> Change-Id: I2b8c2cc80d7fb083f8c723f4bfa8946b2415891a
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user