For example, when the driver __init function is executing, the device node file(/dev/mydriver) is created, but the __init function still not returned. If I open this device node file(/dev/mydriver) this time, what will happen?
For example, when the driver __init function is executing, the device node file(/dev/mydriver) is created, but the __init function still not returned. If I open this device node file(/dev/mydriver) this time, what will happen?