queue.c: move a stack variable before the variable array
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Oct 2014 08:23:27 +0000 (10:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 17 Oct 2014 08:23:27 +0000 (10:23 +0200)
commitcd8c416cf4e49dd06908abec7c4cdad681921f60
tree139636783e3a241d0d17bd1808f342168bb4f96f
parent6da98d27bf4878456403e814e068d87474bf2719
queue.c: move a stack variable before the variable array

This way the compiler doesn't have to calculate the location of the
pointer "on the fly".

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
queue.c