OSDN Git Service

[media] bttv: stop abusing mbox_we for sw_status
authorOndrej Zary <linux@rainbow-software.org>
Tue, 14 May 2013 19:54:44 +0000 (16:54 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Fri, 26 Jul 2013 16:33:10 +0000 (13:33 -0300)
commitcd2e34ead8bf530c45e0446dc4bbbd9e35f28af9
tree615c4ac4d10a8d48b485a7bb49a37827e7cdc354
parent8fd79579c9ccc6ac98d02c2c97d5fb367cfc0e29
[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>
drivers/media/pci/bt8xx/bttv-cards.c
drivers/media/pci/bt8xx/bttvp.h