We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b42581 commit d24a706Copy full SHA for d24a706
sound/soc/codecs/max98090.c
@@ -2838,17 +2838,12 @@ static int max98090_resume(struct device *dev)
2838
2839
return 0;
2840
}
2841
-
2842
-static int max98090_suspend(struct device *dev)
2843
-{
2844
- return 0;
2845
-}
2846
#endif
2847
2848
static const struct dev_pm_ops max98090_pm = {
2849
SET_RUNTIME_PM_OPS(max98090_runtime_suspend,
2850
max98090_runtime_resume, NULL)
2851
- SET_SYSTEM_SLEEP_PM_OPS(max98090_suspend, max98090_resume)
+ SET_SYSTEM_SLEEP_PM_OPS(NULL, max98090_resume)
2852
};
2853
2854
static const struct i2c_device_id max98090_i2c_id[] = {
0 commit comments