remove print cmd
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Mon, 28 Jan 2013 17:15:34 +0000 (21:15 +0400)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Mon, 28 Jan 2013 17:15:34 +0000 (21:15 +0400)
driver/device_driver.c

index c29b006..22678fb 100644 (file)
@@ -195,9 +195,6 @@ static long device_ioctl (struct file *file UNUSED, unsigned int cmd, unsigned l
        unsigned long spinlock_flags = 0L;
        int result = -1;
 //     DPRINTF("Command=%d", cmd);
-       printk("#1# Command=%d\n", cmd);
-       printk("#2# Command=%d\n", cmd);
-
        switch (cmd)
        {
        case EC_IOCTL_SET_EC_MODE: