diff options
Diffstat (limited to 'drivers/hid/hid-sensor-hub.c')
| -rw-r--r-- | drivers/hid/hid-sensor-hub.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hid/hid-sensor-hub.c b/drivers/hid/hid-sensor-hub.c index be92a6f79687..94c7398b5c27 100644 --- a/drivers/hid/hid-sensor-hub.c +++ b/drivers/hid/hid-sensor-hub.c @@ -742,7 +742,6 @@ static void sensor_hub_remove(struct hid_device *hdev)  	}  	spin_unlock_irqrestore(&data->lock, flags);  	mfd_remove_devices(&hdev->dev); -	hid_set_drvdata(hdev, NULL);  	mutex_destroy(&data->mutex);  }  |