[PATCH] dvb: mt352: embed struct mt352_config in mt352_state
authorJohannes Stezenbach <js@linuxtv.org>
Tue, 17 May 2005 04:54:34 +0000 (21:54 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 17 May 2005 14:59:31 +0000 (07:59 -0700)
commit77b3bd0ccb2fae27e710b921f053ae16f34d70de
treef4d34e59ca33b2c9d2ff08b8c5a045b376e569eb
parentcd22d5c093faf3b123af33a8a0059f583c6b8cae
[PATCH] dvb: mt352: embed struct mt352_config in mt352_state

copying the mt352_config-struct to mt352_state instead of storing just the
pointer to it (Patrick Boettcher)

Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/dvb/frontends/mt352.c