mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-14 06:40:04 +00:00
The current code passes a context pointer in the xc5000_config struct. This context pointer is used in the tuner_callback function, used to reset the device after firmware download. The xc5000_config struct is a static structure, whose .priv member was being assigned before calling xc5000_attach(). If there are more than one of the same device type installed on a single system, the last one to assign xc5000_config.priv will "win", and all others will cease to function properly. This patch passes the context pointer in xc5000_attach() rather that storing it within the static struct xc5000_config. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> |
||
|---|---|---|
| .. | ||
| cx23885-417.c | ||
| cx23885-cards.c | ||
| cx23885-core.c | ||
| cx23885-dvb.c | ||
| cx23885-i2c.c | ||
| cx23885-reg.h | ||
| cx23885-vbi.c | ||
| cx23885-video.c | ||
| cx23885.h | ||
| Kconfig | ||
| Makefile | ||