Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
* git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: Input: fm801-gp - handle errors from pci_enable_device() Input: gameport core - handle errors returned by device_bind_driver() Input: serio core - handle errors returned by device_bind_driver() Lockdep: fix compile error in drivers/input/serio/serio.c Input: serio - add lockdep annotations Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass() Input: atkbd - supress "too many keys" error message Input: i8042 - supress ACK/NAKs when blinking during panic Input: add missing exports to fix modular build
This commit is contained in:
@ -823,7 +823,7 @@ static void inline sock_lock_init(struct sock *sk)
|
||||
af_family_slock_key_strings[sk->sk_family]);
|
||||
lockdep_init_map(&sk->sk_lock.dep_map,
|
||||
af_family_key_strings[sk->sk_family],
|
||||
af_family_keys + sk->sk_family);
|
||||
af_family_keys + sk->sk_family, 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user