| Date | Thu, 16 Apr 2015 12:04:21 -0400 (EDT) | Subject | Re: [patch 31/39] net: core: pktgen: Remove bogus hrtimer_active() check | From | David Miller <> |
| |
From: Thomas Gleixner <tglx@linutronix.de> Date: Tue, 14 Apr 2015 21:09:16 -0000
> The check for hrtimer_active() after starting the timer is > pointless. If the timer is inactive it has expired already and > therefor the task pointer is already NULL. > > Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: David S. Miller <davem@davemloft.net>
|