upstream: [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)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:51:29 +0000 (11:51 +0900)
commit56de9f00e2be828fcd8cf5c0f8425fa7ec0d4c73
tree89c35a2085c63eeaa343347fd7f645fc9fa6f9c4
parent8ba9d8a6322619633655189767b0f4e65707963a
upstream: [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