commit | 2e8961330ec4b558a0f4db18ab5fb566842f492b | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Wed Nov 04 13:11:10 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Nov 07 12:55:14 2009 -0200 |
tree | ab14866b8643d51bc43757b112d4b1b2cccb4203 | |
parent | a2e35af6c756b5fa827fec5e0431cf2ce449beef [diff] |
V4L/DVB (13311): uvcvideo: Fix compilation warning with 2.6.32 due to type mismatch with abs() The abs() macro has changed in 2.6.32 and returns a long instead of an int. Fix the driver to avoid compilation warnings. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>