From: Antonio Quartulli Date: Tue, 25 Dec 2012 12:14:37 +0000 (+0100) Subject: batman-adv: a delayed_work has to be initialised once X-Git-Tag: v3.9-rc1~139^2~321^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7241444209f88f804ea33483394a601c1afb1d64;p=pandora-kernel.git batman-adv: a delayed_work has to be initialised once A delayed_work struct does not need to be initialized each every time before being enqueued. Therefore the INIT_DELAYED_WORK() macro should be used during the initialization process only. Signed-off-by: Antonio Quartulli Signed-off-by: Marek Lindner --- Reading git-diff-tree failed