From f5b946874f126f1f934ea84fe58ebd1c1c5cf542 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Tue, 3 Oct 2006 16:27:55 -0700 Subject: [PATCH] --- yaml --- r: 38564 b: refs/heads/master c: 3a4e5e2033eb7558ebe307e46f5fb6e63b92cab8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/atm/ambassador.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c7724f743ed9..75ba3d5228ef 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0c1cca1d8e0d58775dad43374f925e6cddf1bebc +refs/heads/master: 3a4e5e2033eb7558ebe307e46f5fb6e63b92cab8 diff --git a/trunk/drivers/atm/ambassador.c b/trunk/drivers/atm/ambassador.c index 4521a249dd56..da599e6e9d34 100644 --- a/trunk/drivers/atm/ambassador.c +++ b/trunk/drivers/atm/ambassador.c @@ -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