Commit 3a4e5e20 authored by Jeff Garzik's avatar Jeff Garzik Committed by David S. Miller
Browse files

[ATM]: [ambassador] Change the return type to reflect reality

parent 0c1cca1d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -915,7 +915,7 @@ 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,
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