[PATCH] drm/radeon/audio: break out of loops once we match connector

2014-07-14 Thread Alex Deucher
On Sat, Jul 12, 2014 at 7:47 PM, Stefan Br?ns wrote: > No need to continue with the loops once we've matched > the appropriate connector. > See commit 8a992ee14551eae53fd3ab6c2dc8e06ba6fff174 Applied. Thanks. Alex > > Signed-off-by: Stefan Br?ns > --- > drivers/gpu/drm/radeon/dce6_afmt.c | 8

[PATCH] drm/radeon/audio: break out of loops once we match connector

2014-07-13 Thread Stefan BrĂ¼ns
No need to continue with the loops once we've matched the appropriate connector. See commit 8a992ee14551eae53fd3ab6c2dc8e06ba6fff174 Signed-off-by: Stefan Br?ns --- drivers/gpu/drm/radeon/dce6_afmt.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/rade