diff options
author | Heiner Kallweit <hkallweit1@gmail.com> | 2015-10-29 22:23:01 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-11-19 12:37:34 +0100 |
commit | 211477fe35833b44a698b2c1177387ca4ecb4eec (patch) | |
tree | b74485975c89ea04607d6fb7d72ca85c4ce07d8e /drivers/media/rc/nuvoton-cir.h | |
parent | [media] media: rc: nuvoton-cir: switch chip detection message to info level (diff) | |
download | linux-211477fe35833b44a698b2c1177387ca4ecb4eec.tar.xz linux-211477fe35833b44a698b2c1177387ca4ecb4eec.zip |
[media] media: rc: nuvoton-cir: replace nvt_pr with dev_ functions
Replace nvt_pr with the respective dev_ functions thus slightly
simplifying the code.
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/rc/nuvoton-cir.h')
-rw-r--r-- | drivers/media/rc/nuvoton-cir.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/rc/nuvoton-cir.h b/drivers/media/rc/nuvoton-cir.h index c96a9d30fa23..0ad15d34e9c9 100644 --- a/drivers/media/rc/nuvoton-cir.h +++ b/drivers/media/rc/nuvoton-cir.h @@ -35,9 +35,6 @@ static int debug; -#define nvt_pr(level, text, ...) \ - printk(level KBUILD_MODNAME ": " text, ## __VA_ARGS__) - #define nvt_dbg(text, ...) \ if (debug) \ printk(KERN_DEBUG \ |