commit | cd2e34ead8bf530c45e0446dc4bbbd9e35f28af9 | [log] [tgz] |
---|---|---|
author | Ondrej Zary <linux@rainbow-software.org> | Tue May 14 16:54:44 2013 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Fri Jul 26 13:33:10 2013 -0300 |
tree | 615c4ac4d10a8d48b485a7bb49a37827e7cdc354 | |
parent | 8fd79579c9ccc6ac98d02c2c97d5fb367cfc0e29 [diff] |
[media] bttv: stop abusing mbox_we for sw_status Kodicom 4400R and Geovision GV-800 code in bttv driver abuses mbox_we (int) in struct bttv as char *. Remove this hack and add a proper sw_status array to struct bttv instead. This is a a preparation to remove mbox_we. Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>