Skip to content

Commit

Permalink
V4L/DVB: ngene: Remove firmware debugging
Browse files Browse the repository at this point in the history
Remove firmware debugging, because setting ngene_fw_debug and requesting
firmware from file causes a kernel error.

Signed-off-by: Matthias Benesch <twoof7@freenet.de>
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Matthias Benesch authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 8bba260 commit adc1d21
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/media/dvb/ngene/ngene-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ static int copy_eeprom;
module_param(copy_eeprom, int, 0444);
MODULE_PARM_DESC(copy_eeprom, "Copy eeprom.");

static int ngene_fw_debug;
module_param(ngene_fw_debug, int, 0444);
MODULE_PARM_DESC(ngene_fw_debug, "Debug firmware.");

static int debug;
module_param(debug, int, 0444);
MODULE_PARM_DESC(debug, "Print debugging information.");
Expand Down Expand Up @@ -435,7 +431,6 @@ static int ngene_command_load_firmware(struct ngene *dev,
cleft - FIRSTCHUNK);
cleft = FIRSTCHUNK;
}
ngene_fw[FW_DEBUG_DEFAULT - PROGRAM_SRAM] = ngene_fw_debug;
ngcpyto(DATA_FIFO_AREA, ngene_fw, cleft);

memset(&com, 0, sizeof(struct ngene_command));
Expand Down

0 comments on commit adc1d21

Please sign in to comment.