commit | 4dc0e908a5512f6ff4be2b4cbb128495c1eaf1ba | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Thu Oct 29 19:39:06 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Thu Nov 19 09:38:19 2015 -0200 |
tree | 3e06fee4d9e868078969c6f01dfddfb8d4019f18 | |
parent | 211477fe35833b44a698b2c1177387ca4ecb4eec [diff] |
[media] media: rc-core: simplify logging in rc_register_device Simplify the logging. I had some doubts about using the elvis operator as it's GNU extension. However GNU extensions are explicitely allowed and this operator is used at several places in the kernel code. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>