Unverified Commit 101b2383 authored by Yang Li's avatar Yang Li Committed by Mark Brown
Browse files

ASoC: codecs: wcd938x: Remove unneeded semicolon

parent 0f0d70c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1271,7 +1271,7 @@ static int wcd9380_probe(struct sdw_slave *pdev,

		/* Start in cache-only until device is enumerated */
		regcache_cache_only(wcd->regmap, true);
	};
	}

	pm_runtime_set_autosuspend_delay(dev, 3000);
	pm_runtime_use_autosuspend(dev);