diff options
Diffstat (limited to 'drivers/usb/chipidea/debug.c')
-rw-r--r-- | drivers/usb/chipidea/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/debug.c b/drivers/usb/chipidea/debug.c index 3bc244d2636a..a62c4a47d52c 100644 --- a/drivers/usb/chipidea/debug.c +++ b/drivers/usb/chipidea/debug.c | |||
@@ -222,7 +222,7 @@ static struct { | |||
222 | } dbg_data = { | 222 | } dbg_data = { |
223 | .idx = 0, | 223 | .idx = 0, |
224 | .tty = 0, | 224 | .tty = 0, |
225 | .lck = __RW_LOCK_UNLOCKED(lck) | 225 | .lck = __RW_LOCK_UNLOCKED(dbg_data.lck) |
226 | }; | 226 | }; |
227 | 227 | ||
228 | /** | 228 | /** |