projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d672213
)
mtkfb: remove useless debug spam
lineage-15.1
author
Stricted
<info@stricted.net>
Mon, 25 Feb 2019 15:11:53 +0000
(15:11 +0000)
committer
Stricted
<info@stricted.net>
Mon, 25 Feb 2019 15:12:09 +0000
(15:12 +0000)
Change-Id: If06ac4ce57e51534aab078bbe729d3ed6a259c48
drivers/misc/mediatek/video/mt8127/mtkfb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/misc/mediatek/video/mt8127/mtkfb.c
b/drivers/misc/mediatek/video/mt8127/mtkfb.c
index f8f4c8f6d74a5b335b3eb9325519e6f349bd654c..e403051a9397701ebea1f9ad0d50277c8c8fe152 100644
(file)
--- a/
drivers/misc/mediatek/video/mt8127/mtkfb.c
+++ b/
drivers/misc/mediatek/video/mt8127/mtkfb.c
@@
-2335,8
+2335,8
@@
static int mtkfb_ioctl(struct file *file, struct fb_info *info, unsigned int cmd
MTKFB_FUNC();
/// M: dump debug mmprofile log info
MMProfileLogEx(MTKFB_MMP_Events.IOCtrl, MMProfileFlagPulse, _IOC_NR(cmd), arg);
- pr_info("mtkfb_ioctl, info=0x%08x, cmd=0x%08x(%s), arg=0x%08x\n", (unsigned int)info,
- (unsigned int)cmd, _mtkfb_ioctl_spy(cmd), (unsigned int)arg);
+
//
pr_info("mtkfb_ioctl, info=0x%08x, cmd=0x%08x(%s), arg=0x%08x\n", (unsigned int)info,
+
//
(unsigned int)cmd, _mtkfb_ioctl_spy(cmd), (unsigned int)arg);
switch (cmd)
{