mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
V4L/DVB (6789): tuner: use char *name instead of 128 byte fixed array for demod info
Don't waste 128 bytes of memory for a name that might not actually need it. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
2dcf84b36c
commit
bd2b19a78c
@ -29,7 +29,7 @@
|
||||
extern unsigned const int tuner_count;
|
||||
|
||||
struct analog_demod_info {
|
||||
char name[128];
|
||||
char *name;
|
||||
};
|
||||
|
||||
struct analog_tuner_ops {
|
||||
|
Loading…
x
Reference in New Issue
Block a user