diff options
Diffstat (limited to 'drivers/atm/ambassador.c')
-rw-r--r-- | drivers/atm/ambassador.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/atm/ambassador.c b/drivers/atm/ambassador.c index 4521a249dd56..da599e6e9d34 100644 --- a/drivers/atm/ambassador.c +++ b/drivers/atm/ambassador.c | |||
@@ -915,8 +915,8 @@ static irqreturn_t interrupt_handler(int irq, void *dev_id, | |||
915 | 915 | ||
916 | /********** make rate (not quite as much fun as Horizon) **********/ | 916 | /********** make rate (not quite as much fun as Horizon) **********/ |
917 | 917 | ||
918 | static unsigned int make_rate (unsigned int rate, rounding r, | 918 | static int make_rate (unsigned int rate, rounding r, |
919 | u16 * bits, unsigned int * actual) { | 919 | u16 * bits, unsigned int * actual) { |
920 | unsigned char exp = -1; // hush gcc | 920 | unsigned char exp = -1; // hush gcc |
921 | unsigned int man = -1; // hush gcc | 921 | unsigned int man = -1; // hush gcc |
922 | 922 | ||