From: Martin Hundebøll Date: Tue, 11 Nov 2014 15:22:23 +0000 (+0100) Subject: batman-adv: fix lock class for decoding hash in network-coding.c X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~321^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f44d54077a69b1c990aeef49cf9b813fb274cfee;p=pandora-kernel.git batman-adv: fix lock class for decoding hash in network-coding.c batadv_has_set_lock_class() is called with the wrong hash table as first argument (probably due to a copy-paste error), which leads to false positives when running with lockdep. Introduced-by: 612d2b4fe0a1ff2f8389462a6f8be34e54124c05 ("batman-adv: network coding - save overheard and tx packets for decoding") Signed-off-by: Martin Hundebøll Signed-off-by: Marek Lindner Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed