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

Commit af082334 authored by Heiner Kallweit's avatar Heiner Kallweit Committed by Mauro Carvalho Chehab
Browse files

[media] media: rc: nuvoton-cir: switch chip detection message to info level



Switch the info about the detected chip type from debug to info level
as it might be useful not only for debugging purposes.

Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 068fb7dd
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -278,7 +278,8 @@ static void nvt_hw_detect(struct nvt_dev *nvt)
		       "unknown chip, id: 0x%02x 0x%02x, it may not work...",
		       nvt->chip_major, nvt->chip_minor);
	else
		nvt_dbg("found %s or compatible: chip id: 0x%02x 0x%02x",
		dev_info(&nvt->pdev->dev,
			 "found %s or compatible: chip id: 0x%02x 0x%02x",
			 chip_name, nvt->chip_major, nvt->chip_minor);

	nvt_efm_disable(nvt);