diff options
Diffstat (limited to 'drivers/rtc/rtc-hid-sensor-time.c')
| -rw-r--r-- | drivers/rtc/rtc-hid-sensor-time.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-hid-sensor-time.c b/drivers/rtc/rtc-hid-sensor-time.c index 0438c9ee9a3..31c5728ef62 100644 --- a/drivers/rtc/rtc-hid-sensor-time.c +++ b/drivers/rtc/rtc-hid-sensor-time.c @@ -225,6 +225,7 @@ static int hid_time_probe(struct platform_device *pdev)  	platform_set_drvdata(pdev, time_state); +	spin_lock_init(&time_state->lock_last_time);  	init_completion(&time_state->comp_last_time);  	time_state->common_attributes.hsdev = hsdev;  	time_state->common_attributes.pdev = pdev;  |