Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181639
b: refs/heads/master
c: adc1d21
h: refs/heads/master
i:
  181637: 3fe4496
  181635: 908cc9a
  181631: f5c6fd6
v: v3
  • Loading branch information
Matthias Benesch authored and Mauro Carvalho Chehab committed Feb 26, 2010
1 parent 4c22bd6 commit 591049c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8bba2607f1927cf3166a64dfd4e4c38a2e3af990
refs/heads/master: adc1d21eec74afbd38a9099f4aff4bcd5b9eaea2
5 changes: 0 additions & 5 deletions trunk/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 591049c

Please sign in to comment.