提交 bd2b19a7 编写于 作者: M Michael Krufky 提交者: Mauro Carvalho Chehab

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: NMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 2dcf84b3
......@@ -29,7 +29,7 @@
extern unsigned const int tuner_count;
struct analog_demod_info {
char name[128];
char *name;
};
struct analog_tuner_ops {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册