Hi

printk("device opened\n");
printk("device file opened by %d", current->pid);

Here the second printk output is not displayed.
Without \n printk is not flushing out its buffer.  If I give, \n in the
second printk it is working.

Is there any reason for that?

Sri--

Reply via email to