mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 14:12:51 +00:00
firmware: tuners/xc2028: prepare for FIRMWARE_NAME_MAX removal
We're going to remove the FIRMWARE_NAME_MAX definition in order to avoid any firmware name length restriction. This patch gets rid of the xc2028 FIRMWARE_NAME_MAX reference. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Cc: Mauro Carvalho Chehab <mchehab@infradead.org> Cc: Michel Ludwig <michel.ludwig@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
ade901d7a4
commit
4327b77ed7
@ -48,7 +48,7 @@ MODULE_PARM_DESC(audio_std,
|
||||
"NICAM/A\n"
|
||||
"NICAM/B\n");
|
||||
|
||||
static char firmware_name[FIRMWARE_NAME_MAX];
|
||||
static char firmware_name[30];
|
||||
module_param_string(firmware_name, firmware_name, sizeof(firmware_name), 0);
|
||||
MODULE_PARM_DESC(firmware_name, "Firmware file name. Allows overriding the "
|
||||
"default firmware name\n");
|
||||
|
Loading…
Reference in New Issue
Block a user