Fix handling multiple DRM devices
There is a loop through all devices, we want to break when we find the first working device. A stray 'break' meant we always stopped after the first device regardless.
There is a loop through all devices, we want to break when we find the first working device. A stray 'break' meant we always stopped after the first device regardless.