V4L/DVB (5392): Zr364xx: Use kernel's byte-swapping function
authorTrent Piepho <xyzzy@speakeasy.org>
Wed, 7 Mar 2007 21:19:49 +0000 (18:19 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 27 Apr 2007 18:44:19 +0000 (15:44 -0300)
commit93566ad8068a968c3e72951b4539eb9da661446d
treea326288f20ee3815f50c1e590c3f149a5dc83cbb
parentcf3c34c87f921c5c63d47285c9860345cdaf5170
V4L/DVB (5392): Zr364xx: Use kernel's byte-swapping function

Some code to swap bytes wasn't using the swab16() function that the
kernel provides for this.  Make use of it, which results in more
efficient code.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Acked-by: Antoine Jacquet <royale@zerezo.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/zr364xx.c