Skip to content

Commit

Permalink
V4L/DVB (6789): tuner: use char *name instead of 128 byte fixed array…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 2dcf84b commit bd2b19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/tuner-driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
extern unsigned const int tuner_count;

struct analog_demod_info {
char name[128];
char *name;
};

struct analog_tuner_ops {
Expand Down

0 comments on commit bd2b19a

Please sign in to comment.