Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIoctl problem
Hi, I'm writing a device driver and I have problems with the ioctl function. When I run my user application associated with the driver in the terminal, "printks" that are inside my module funct...
Altera_Forum
Honored Contributor
16 years agoHi,
Do you have a doubt for the printing order of 'Super_ioctl....' and 'Fitxer obert Usuari...'? If so, please consider that the 'printf' messages are all buffered and wait the timing to send to your console. Kazu