diff options
author | 2025-03-13 07:33:48 +0100 | |
---|---|---|
committer | 2025-03-13 07:33:48 +0100 | |
commit | de69d56daac6d9b98fa384184078751db1288144 (patch) | |
tree | b95ab78aa8d55bfc9a08990097594125c13f0614 /drivers/gpu/drm/i915/display/intel_dp_mst.c | |
parent | ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360 14-dy1xxx (diff) | |
parent | ASoC: cs42l43: convert to SYSTEM_SLEEP_PM_OPS (diff) | |
download | wireguard-linux-de69d56daac6d9b98fa384184078751db1288144.tar.xz wireguard-linux-de69d56daac6d9b98fa384184078751db1288144.zip |
Merge tag 'asoc-fix-v6.14-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.14
The bulk of this is driver specific fixes, mostly unremarkable. There's
also one core fix from Charles, fixing up confusion around the limiting
of maximum control values.
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp_mst.c')
-rw-r--r-- | drivers/gpu/drm/i915/display/intel_dp_mst.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_dp_mst.c b/drivers/gpu/drm/i915/display/intel_dp_mst.c index 0c44fc7dd86c..a65cf97ad12d 100644 --- a/drivers/gpu/drm/i915/display/intel_dp_mst.c +++ b/drivers/gpu/drm/i915/display/intel_dp_mst.c @@ -341,6 +341,10 @@ int intel_dp_mtp_tu_compute_config(struct intel_dp *intel_dp, break; } + + /* Allow using zero step to indicate one try */ + if (!step) + break; } if (slots < 0) { |