aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/atm/firestream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/atm/firestream.c b/drivers/atm/firestream.c
index 8717809787fb..5d86bb803e94 100644
--- a/drivers/atm/firestream.c
+++ b/drivers/atm/firestream.c
@@ -444,8 +444,8 @@ static inline void fs_kfree_skb (struct sk_buff * skb)
444#define ROUND_NEAREST 3 444#define ROUND_NEAREST 3
445/********** make rate (not quite as much fun as Horizon) **********/ 445/********** make rate (not quite as much fun as Horizon) **********/
446 446
447static unsigned int make_rate (unsigned int rate, int r, 447static int make_rate(unsigned int rate, int r,
448 u16 * bits, unsigned int * actual) 448 u16 *bits, unsigned int *actual)
449{ 449{
450 unsigned char exp = -1; /* hush gcc */ 450 unsigned char exp = -1; /* hush gcc */
451 unsigned int man = -1; /* hush gcc */ 451 unsigned int man = -1; /* hush gcc */