[media] saa6588: use swap() in saa6588_i2c_poll()

Use kernel.h macro definition.

Thanks to Julia Lawall for Coccinelle scripting support.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
Fabian Frederick 2015-06-10 13:32:50 -03:00 committed by Mauro Carvalho Chehab
parent 2bb00da148
commit f47c183c20

View file

@ -301,9 +301,7 @@ static void saa6588_i2c_poll(struct saa6588 *s)
first and the last of the 3 bytes block. first and the last of the 3 bytes block.
*/ */
tmp = tmpbuf[2]; swap(tmpbuf[2], tmpbuf[0]);
tmpbuf[2] = tmpbuf[0];
tmpbuf[0] = tmp;
/* Map 'Invalid block E' to 'Invalid Block' */ /* Map 'Invalid block E' to 'Invalid Block' */
if (blocknum == 6) if (blocknum == 6)