Re: [PATCH][next] drm/vmwgfx: fix missing assignment to ts

2025-06-24 Thread Dan Carpenter
On Tue, Jun 24, 2025 at 10:02:41AM -0500, Ian Forbes wrote: > On Mon, Jun 23, 2025 at 5:35 PM Colin Ian King wrote: > > > > The assignment to ts is missing on the call to ktime_to_timespec64. > > Fix this by adding the missing assignment. > > > > Fixes: db6a94b26354 ("drm/vmwgfx: Implement dma_fen

Re: [PATCH][next] drm/vmwgfx: fix missing assignment to ts

2025-06-24 Thread Ian Forbes
On Mon, Jun 23, 2025 at 5:35 PM Colin Ian King wrote: > > The assignment to ts is missing on the call to ktime_to_timespec64. > Fix this by adding the missing assignment. > > Fixes: db6a94b26354 ("drm/vmwgfx: Implement dma_fence_ops properly") > Signed-off-by: Colin Ian King Was this caught by a

[PATCH][next] drm/vmwgfx: fix missing assignment to ts

2025-06-23 Thread Colin Ian King
The assignment to ts is missing on the call to ktime_to_timespec64. Fix this by adding the missing assignment. Fixes: db6a94b26354 ("drm/vmwgfx: Implement dma_fence_ops properly") Signed-off-by: Colin Ian King --- drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 2 +- 1 file changed, 1 insertion(+), 1 de