<pre>Can some one throw more light on this statement=&gt;<br><br> /* Init global variables at run-time, not as part of the declaration.<br>         * This is required to support init/de-init of the driver. Initialization<br>
         * of globals as part of the declaration results in non-deterministic<br>         * behaviour since the value of the globals may be different on the<br>         * first time that the driver is initialized vs subsequent initializations.<br>
<br>Thanks and Regards<br><br>Sraddha<br><br></pre>