]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/usb/chipidea/debug.c
locking: Various static lock initializer fixes
[karo-tx-linux.git] / drivers / usb / chipidea / debug.c
index 3bc244d2636ab9c7d0f1b9281de6e318715dcd29..a62c4a47d52c6685787ff01e174f67040241502f 100644 (file)
@@ -222,7 +222,7 @@ static struct {
 } dbg_data = {
        .idx = 0,
        .tty = 0,
-       .lck = __RW_LOCK_UNLOCKED(lck)
+       .lck = __RW_LOCK_UNLOCKED(dbg_data.lck)
 };
 
 /**