net: sched: taprio: Remove pointless variable assigment
authorAndre Guedes <andre.guedes@intel.com>
Tue, 23 Apr 2019 19:44:20 +0000 (12:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Apr 2019 02:52:32 +0000 (19:52 -0700)
commit59ab87f6eb920fd0ee3058ae4c0956f52036b893
treeb5feb303840d2987d97fe624bc59c4433dab6840
parentecc5663cce8c7d7e4eba32af4e1e3cab296c64b9
net: sched: taprio: Remove pointless variable assigment

This patch removes a pointless variable assigment in taprio_change().
The 'err' variable is not used from this assignment to the next one so
this patch removes it.

Signed-off-by: Andre Guedes <andre.guedes@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_taprio.c