locking: Various static lock initializer fixes
authorThomas Gleixner <tglx@linutronix.de>
Sun, 17 Jul 2011 19:25:03 +0000 (21:25 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 19 Feb 2013 07:42:45 +0000 (08:42 +0100)
commiteece09ec213e93333010bf4c6bb9175b32229c54
tree4522e9f64468397499b80428307b68bf163d4c90
parentc0540606837af79b2ae101e5e7b2206e3844d150
locking: Various static lock initializer fixes

The static lock initializers want to be fed the proper name of the
lock and not some random string. In mainline random strings are
obfuscating the readability of debug output, but for RT they prevent
the spinlock substitution. Fix it up.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/char/random.c
drivers/usb/chipidea/debug.c
fs/file.c
include/linux/idr.h