<div dir="ltr"><div><div><div><div>Hi,<br> <br></div>In function hvc_opal_probe I find :<br><br>        hp = hvc_alloc(termno, 0, ops, MAX_VIO_PUT_CHARS);<br>
        if (IS_ERR(hp))<br>
                return PTR_ERR(hp);<br><br></div>Earlier, hpc_opal_privs[termno] is assigned pv which is allocated using kzalloc. Shouldn't there be a kfree(pv) and the array element (which is global) be made NULL before the return. Also, if array element is set to NULL on the failure, then some cleanup must be done to undo the effect of hvc_instantiate as well. Please let me know if the change is desirable.<br>
<br></div>Thanks.<br></div>Himangi<br><div><div><br></div></div></div>