On Wed, Feb 19, 2025 at 02:05:01PM -0500, Matthew Majewski wrote:
Move the v4l2_info() call displaying the video device name after the
device is actually registered.
This fixes a bug where the driver was always displaying "/dev/video0"
since it was reading from the vfd before it was registered.
Signed-off-by: Matthew Majewski <mattwmajewski@xxxxxxxxx>
A Fixes: tag would be great.