[ATM]: [ambassador] Change the return type to reflect reality
Signed-off-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0c1cca1d8e
commit
3a4e5e2033
1 changed files with 2 additions and 2 deletions
|
@ -915,8 +915,8 @@ static irqreturn_t interrupt_handler(int irq, void *dev_id,
|
||||||
|
|
||||||
/********** make rate (not quite as much fun as Horizon) **********/
|
/********** make rate (not quite as much fun as Horizon) **********/
|
||||||
|
|
||||||
static unsigned int make_rate (unsigned int rate, rounding r,
|
static int make_rate (unsigned int rate, rounding r,
|
||||||
u16 * bits, unsigned int * actual) {
|
u16 * bits, unsigned int * actual) {
|
||||||
unsigned char exp = -1; // hush gcc
|
unsigned char exp = -1; // hush gcc
|
||||||
unsigned int man = -1; // hush gcc
|
unsigned int man = -1; // hush gcc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue