Re: [PATCH] use swap()

2021-07-13 Thread Alex Deucher
On Tue, Jul 13, 2021 at 3:09 AM Salah Triki wrote: > > Use swap() instead of implementing it since it makes code more clean. > > Signed-off-by: Salah Triki Patches for this driver generally have the following prefix in the subject: gpu: ipu-v3: Alex > --- > drivers/gpu/ipu-v3/ipu-image-conver

[PATCH] use swap()

2021-07-13 Thread Salah Triki
Use swap() instead of implementing it since it makes code more clean. Signed-off-by: Salah Triki --- drivers/gpu/ipu-v3/ipu-image-convert.c | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/ipu-v3/ipu-image-convert.c b/drivers/gpu/ipu-v3/ipu-image-convert.c