Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38564
b: refs/heads/master
c: 3a4e5e2
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Garzik authored and David S. Miller committed Oct 4, 2006
1 parent 75e4a01 commit f5b9468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0c1cca1d8e0d58775dad43374f925e6cddf1bebc
refs/heads/master: 3a4e5e2033eb7558ebe307e46f5fb6e63b92cab8
4 changes: 2 additions & 2 deletions trunk/drivers/atm/ambassador.c
Original file line number Diff line number Diff line change
Expand Up @@ -915,8 +915,8 @@ static irqreturn_t interrupt_handler(int irq, void *dev_id,

/********** make rate (not quite as much fun as Horizon) **********/

static unsigned int make_rate (unsigned int rate, rounding r,
u16 * bits, unsigned int * actual) {
static int make_rate (unsigned int rate, rounding r,
u16 * bits, unsigned int * actual) {
unsigned char exp = -1; // hush gcc
unsigned int man = -1; // hush gcc

Expand Down

0 comments on commit f5b9468

Please sign in to comment.