|
@@ -414,7 +414,7 @@ static int __maybe_unused ucb1400_ts_suspend(struct device *dev)
|
|
mutex_lock(&idev->mutex);
|
|
mutex_lock(&idev->mutex);
|
|
|
|
|
|
if (idev->users)
|
|
if (idev->users)
|
|
- ucb1400_ts_start(ucb);
|
|
|
|
|
|
+ ucb1400_ts_stop(ucb);
|
|
|
|
|
|
mutex_unlock(&idev->mutex);
|
|
mutex_unlock(&idev->mutex);
|
|
return 0;
|
|
return 0;
|
|
@@ -428,7 +428,7 @@ static int __maybe_unused ucb1400_ts_resume(struct device *dev)
|
|
mutex_lock(&idev->mutex);
|
|
mutex_lock(&idev->mutex);
|
|
|
|
|
|
if (idev->users)
|
|
if (idev->users)
|
|
- ucb1400_ts_stop(ucb);
|
|
|
|
|
|
+ ucb1400_ts_start(ucb);
|
|
|
|
|
|
mutex_unlock(&idev->mutex);
|
|
mutex_unlock(&idev->mutex);
|
|
return 0;
|
|
return 0;
|