== Series Details == Series: drm/ttm: Small fixes / cleanups in prep for shrinking (rev3) URL : https://patchwork.freedesktop.org/series/114774/ State : warning == Summary == Error: dim checkpatch failed 20b987c8b612 drm/ttm/pool: Fix ttm_pool_alloc error path 48e572a2078c drm/ttm: Reduce the number of used allocation orders for TTM pages -:38: WARNING:CONSTANT_COMPARISON: Comparisons should place the constant on the right side of the test #38: FILE: drivers/gpu/drm/ttm/ttm_pool.c:53: +#define TTM_DIM_ORDER (__TTM_DIM_ORDER <= MAX_ORDER ? __TTM_DIM_ORDER : MAX_ORDER) total: 0 errors, 1 warnings, 0 checks, 91 lines checked ae0dffefba8a drm/ttm: Make the call to ttm_tt_populate() interruptible when faulting