Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28b5df18 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: wm8904: Make undocumented registers non-readable

parent 8005c49d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -312,7 +312,7 @@ static bool wm8904_readable_register(struct device *dev, unsigned int reg)
	case WM8904_FLL_NCO_TEST_1:
		return true;
	default:
		return true;
		return false;
	}
}