From: Deepak Saxena Date: Mon, 27 Jul 2009 17:49:44 +0000 (-0700) Subject: net: irda: init spinlock after memcpy X-Git-Tag: v2.6.31-rc5~83^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cbb0a781a42f131e9c6836554f402cb85f8f38b;p=pandora-kernel.git net: irda: init spinlock after memcpy irttp_dup() copies a tsap_cb struct, but does not initialize the spinlock in the new structure, which confuses lockdep. Signed-off-by: Deepak Saxena Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner Signed-off-by: David S. Miller --- Reading git-diff-tree failed