From ca436a99a3cc379dbd8d76c612f54971220a7ff5 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Mon, 10 Dec 2007 14:08:25 -0500 Subject: tuner: use char *name instead of 128 byte fixed array for demod info From: Michael Krufky Don't waste 128 bytes of memory for a name that might not actually need it. Signed-off-by: Michael Krufky --- linux/drivers/media/video/tuner-driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux/drivers/media') diff --git a/linux/drivers/media/video/tuner-driver.h b/linux/drivers/media/video/tuner-driver.h index c245f501a..65ced4350 100644 --- a/linux/drivers/media/video/tuner-driver.h +++ b/linux/drivers/media/video/tuner-driver.h @@ -29,7 +29,7 @@ extern unsigned const int tuner_count; struct analog_demod_info { - char name[128]; + char *name; }; struct analog_tuner_ops { -- cgit v1.2.3