From: Ross Lagerwall <ross.lagerw...@citrix.com> Date: Wed, 1 Feb 2017 15:50:22 +0000
> * Delay timer creation so that if initializing a queue fails, the timer > has not been setup yet. setup_timer() doesn't do anything that must be "undone" if an error occurs and we have to cleanup. It just assigns some values to some timer struct fields, that's it. Therefore this change is extraneous and unnecessary.