[media] media: rc: nuvoton-cir: switch chip detection message to info level
authorHeiner Kallweit <hkallweit1@gmail.com>
Thu, 29 Oct 2015 21:23:22 +0000 (19:23 -0200)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 19 Nov 2015 11:37:11 +0000 (09:37 -0200)
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: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/rc/nuvoton-cir.c

index ee1b14ecbed5d0b52e57c5f9498a16a85381a7b6..ddba638571a9aea47ffd72e95dfe32a5d5d82697 100644 (file)
@@ -278,8 +278,9 @@ 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",
-                       chip_name, nvt->chip_major, nvt->chip_minor);
+               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);
 }
This page took 0.025625 seconds and 5 git commands to generate.