From b57641e20ee8f281fb106a95732d36ed3faa19a0 Mon Sep 17 00:00:00 2001 From: "giwoong.kim" Date: Fri, 9 Mar 2012 10:11:03 +0900 Subject: [PATCH] [Title] remove warning [Type] [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] --- tizen/src/hw/maru_touchscreen.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) mode change 100755 => 100644 tizen/src/hw/maru_touchscreen.c diff --git a/tizen/src/hw/maru_touchscreen.c b/tizen/src/hw/maru_touchscreen.c old mode 100755 new mode 100644 index 41db0ff..0b60571 --- a/tizen/src/hw/maru_touchscreen.c +++ b/tizen/src/hw/maru_touchscreen.c @@ -35,7 +35,7 @@ #include "usb-desc.h" #include "../debug_ch.h" -MULTI_DEBUG_CHANNEL(qemu, maru_touchscreen); +MULTI_DEBUG_CHANNEL(qemu, touchscreen); typedef struct USBTouchscreenState { @@ -141,7 +141,7 @@ static void usb_touchscreen_event(void *opaque, int x, int y, int z, int buttons s->buttons_state = buttons_state; s->changed = 1; - INFO("boo~~~%d,%d,%d,, %d", x, y, z, buttons_state); + INFO("boo~~~%d,%d,%d,, %d\n", x, y, z, buttons_state); } static int usb_touchscreen_poll(USBTouchscreenState *s, uint8_t *buf, int len) @@ -314,7 +314,6 @@ static struct USBDeviceInfo touchscreen_info = { static void usb_touchscreen_register_devices(void) { - INFO("boo~~~~~~~~~~~~~"); usb_qdev_register(&touchscreen_info); } -- 2.7.4