Commit bcf1f7c6 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] bttv warning fix

Fix a bttv compile warning
parent 55824fe1
......@@ -62,7 +62,8 @@ vbi_buffer_risc(struct bttv *btv, struct bttv_buffer *buf, int lines)
return 0;
}
static int vbi_buffer_setup(struct file *file, int *count, int *size)
static int vbi_buffer_setup(struct file *file,
unsigned int *count, unsigned int *size)
{
struct bttv_fh *fh = file->private_data;
struct bttv *btv = fh->btv;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment