Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85707
b: refs/heads/master
c: 1a4e30c
h: refs/heads/master
i:
  85705: c695616
  85703: c659ad3
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Feb 18, 2008
1 parent 76f56b2 commit 5631c66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a9254475bbfbed5f0596d952c6a3c9806e19dd0b
refs/heads/master: 1a4e30c3eaffb83218977477bb83d54316844acb
6 changes: 0 additions & 6 deletions trunk/drivers/media/video/v4l2-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ MODULE_LICENSE("GPL");
* Video Standard Operations (contributed by Michael Schimek)
*/


char *v4l2_norm_to_name(v4l2_std_id id)
{
char *name;
Expand Down Expand Up @@ -270,9 +269,6 @@ char *v4l2_type_names[] = {
[V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY] = "video-out-over",
};


#define prt_names(a,arr) (((a)>=0)&&((a)<ARRAY_SIZE(arr)))?arr[a]:"unknown"

/* ------------------------------------------------------------------ */
/* debug help functions */

Expand Down Expand Up @@ -421,7 +417,6 @@ static const char *v4l2_int_ioctls[] = {
};
#define V4L2_INT_IOCTLS ARRAY_SIZE(v4l2_int_ioctls)


/* Common ioctl debug function. This function can be used by
external ioctl messages as well as internal V4L ioctl */
void v4l_printk_ioctl(unsigned int cmd)
Expand Down Expand Up @@ -460,7 +455,6 @@ void v4l_printk_ioctl(unsigned int cmd)
}
}


/* ----------------------------------------------------------------- */

/* Helper functions for control handling */
Expand Down

0 comments on commit 5631c66

Please sign in to comment.