drivers/net: Remove address use from assignments of function pointers
[deliverable/linux.git] / drivers / net / sunhme.c
index d96431eb698bb3417c6161facc10898c67953b58..45f315ed1868d02ba2737e018215c3e4a67c7fa0 100644 (file)
@@ -1409,7 +1409,7 @@ force_link:
        hp->timer_ticks = 0;
        hp->happy_timer.expires = jiffies + (12 * HZ)/10;  /* 1.2 sec. */
        hp->happy_timer.data = (unsigned long) hp;
-       hp->happy_timer.function = &happy_meal_timer;
+       hp->happy_timer.function = happy_meal_timer;
        add_timer(&hp->happy_timer);
 }
 
This page took 0.029645 seconds and 5 git commands to generate.