video: rockchip: mipi: Solve the problem of compiler error when open the debug
authorxubilv <xbl@rock-chips.com>
Wed, 19 Oct 2016 02:26:56 +0000 (10:26 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Thu, 20 Oct 2016 02:38:53 +0000 (10:38 +0800)
Change-Id: Ic74ca747df6dfc913bbf3a379f894635aef35919
Signed-off-by: xubilv <xbl@rock-chips.com>
drivers/video/rockchip/transmitter/rk32_mipi_dsi.c

index 135dcd6710c8bee77194d09d5ba5a85d0940e508..469e5c4580e49fa0b95490b60cfd5f3074ae9291 100755 (executable)
@@ -1394,7 +1394,7 @@ ssize_t reg_proc_write(struct file *file, const char __user *buff, size_t count,
                while (*(++data) == ' ')
                        ;
                i = 0;
-               MIPI_TRACE("****%d:%d\n", data-buf, count);
+
                do {
                        if (i > 31) {
                                MIPI_TRACE("payload entry is larger than 32\n");
@@ -1523,7 +1523,7 @@ ssize_t reg_proc_write1(struct file *file, const char __user *buff, size_t count
                while (*(++data) == ' ')
                        ;
                i = 0;
-               MIPI_TRACE("****%d:%d\n", data-buf, count);
+
                do {
                        if (i > 31) {
                                MIPI_TRACE("payload entry is larger than 32\n");