aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-vdsl-vr11-mei/patches/120-remove-debug-printk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/lantiq/ltq-vdsl-vr11-mei/patches/120-remove-debug-printk.patch')
-rw-r--r--package/kernel/lantiq/ltq-vdsl-vr11-mei/patches/120-remove-debug-printk.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-vdsl-vr11-mei/patches/120-remove-debug-printk.patch b/package/kernel/lantiq/ltq-vdsl-vr11-mei/patches/120-remove-debug-printk.patch
new file mode 100644
index 0000000000..24db470c4a
--- /dev/null
+++ b/package/kernel/lantiq/ltq-vdsl-vr11-mei/patches/120-remove-debug-printk.patch
@@ -0,0 +1,10 @@
+--- a/src/drv_mei_cpe_mei_access_vrx.c
++++ b/src/drv_mei_cpe_mei_access_vrx.c
+@@ -1691,7 +1691,6 @@ IFX_int32_t MEI_InterfaceDetect(
+ {
+ MEI_REG_ACCESS_ME_VERSION_SET(pMeiDrvCntrl, 0x00000000);
+ hwVers = MEI_REG_ACCESS_ME_VERSION_GET(pMeiDrvCntrl);
+- printk ("hwVers=0x%08X\n", hwVers);
+
+ if (MEI_DEVICE_CFG_IS_PLATFORM(e_MEI_DEV_PLATFORM_CONFIG_VR9))
+ {