Re: [PATCH v2] gpu: ipu-v3: use swap()

2021-07-27 Thread Philipp Zabel
On Tue, 2021-07-13 at 15:05 +0100, Salah Triki wrote: > Use swap() instead of implementing it since it makes code cleaner. > > Signed-off-by: Salah Triki > --- > > Changes since v1: > - Remove the declaration of tmp > - Fix typo in the description Thank you, I've changed the subject

[PATCH v2] gpu: ipu-v3: use swap()

2021-07-13 Thread Salah Triki
Use swap() instead of implementing it since it makes code cleaner. Signed-off-by: Salah Triki --- Changes since v1: - Remove the declaration of tmp - Fix typo in the description drivers/gpu/ipu-v3/ipu-image-convert.c | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-