HID: sony: initialize sony_dev_list_lock properly
sony_dev_list_lock spinlock (which was introduced in d2d782fcce
("HID: sony:
Prevent duplicate controller connections") is not being initialized properly.
Fix that.
Reported-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
6c40065fc1
commit
8b402c929d
1 changed files with 1 additions and 1 deletions
|
@ -804,7 +804,7 @@ union sixaxis_output_report_01 {
|
||||||
#define DS4_REPORT_0x81_SIZE 7
|
#define DS4_REPORT_0x81_SIZE 7
|
||||||
#define SIXAXIS_REPORT_0xF2_SIZE 18
|
#define SIXAXIS_REPORT_0xF2_SIZE 18
|
||||||
|
|
||||||
static spinlock_t sony_dev_list_lock;
|
static DEFINE_SPINLOCK(sony_dev_list_lock);
|
||||||
static LIST_HEAD(sony_device_list);
|
static LIST_HEAD(sony_device_list);
|
||||||
static DEFINE_IDA(sony_device_id_allocator);
|
static DEFINE_IDA(sony_device_id_allocator);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue