Commit 151d6611 authored by Matthieu Castet's avatar Matthieu Castet Committed by Linus Torvalds

[PATCH] bttv IRQ fix

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent fc29938d
......@@ -1574,6 +1574,7 @@ int bttv_common_ioctls(struct bttv *btv, unsigned int cmd, void *arg)
return 0;
}
bttv_call_i2c_clients(btv,cmd,v);
btv->tvnorm = v->norm;
set_input(btv,v->channel);
up(&btv->lock);
......
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