From: Hans Verkuil Date: Sat, 1 May 2010 11:03:24 +0000 (-0300) Subject: V4L/DVB: v4l2-common: simplify prio utility functions X-Git-Tag: v2.6.35-rc1~480^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffb4877ba013f94322083f77cbb05b35c2a218aa;p=pandora-kernel.git V4L/DVB: v4l2-common: simplify prio utility functions v4l2_prio_init/open/close returned an int when in fact they would always return 0. Make these void functions. v4l2_prio_close and v4l2_prio_check pass an enum v4l2_priority as a pointer for no good reason. Replace with a normal enum v4l2_priority argument. These changes will simplify the work of moving priority handling into the v4l core. Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed