Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19218
b: refs/heads/master
c: fdf290f
h: refs/heads/master
v: v3
  • Loading branch information
matthieu castet authored and Greg Kroah-Hartman committed Feb 1, 2006
1 parent 8c6d6b7 commit 0ac7dd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: e40abaf6336ef3756277bab70db47a47da4aa325
refs/heads/master: fdf290fd6d6a17b40055359263ed6003e87cb89b
2 changes: 1 addition & 1 deletion trunk/drivers/usb/atm/ueagle-atm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ static int request_cmvs(struct uea_softc *sc,
int ret, size;
u8 *data;
char *file;
static char cmv_name[256] = FW_DIR;
char cmv_name[FIRMWARE_NAME_MAX]; /* 30 bytes stack variable */

if (cmv_file[sc->modem_index] == NULL) {
if (UEA_CHIP_VERSION(sc) == ADI930)
Expand Down

0 comments on commit 0ac7dd2

Please sign in to comment.