Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40193
b: refs/heads/master
c: 663bab6
h: refs/heads/master
i:
  40191: 2c6f516
v: v3
  • Loading branch information
Jeff Garzik authored and David S. Miller committed Oct 22, 2006
1 parent f36f69a commit 6a45c08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b45eccdb51c102e3c5ff9eaecc36200ab2eb09c0
refs/heads/master: 663bab6fd097c18ae0c7a7fd1b4a44558b998cdb
4 changes: 4 additions & 0 deletions trunk/drivers/atm/firestream.c
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,10 @@ static int fs_open(struct atm_vcc *atm_vcc)
r = ROUND_UP;
}
error = make_rate (pcr, r, &tmc0, NULL);
if (error) {
kfree(tc);
return error;
}
}
fs_dprintk (FS_DEBUG_OPEN, "pcr = %d.\n", pcr);
}
Expand Down

0 comments on commit 6a45c08

Please sign in to comment.