On Mon, Sep 26, 2011 at 09:48:31PM -0400, Stefan Berger wrote: > >>+ > >>+ rc = tpm_tis_do_startup_tpm(s); > >>+ if (rc != 0) { > >>+ goto err_exit; > >>+ } > >>+ > >>+ return 0; > >>+ > >>+ err_exit: > >Missing cleanup? > > > True. Fixed. > I had previously looked around in other devices how they were doing > it and had often seen them not cleaning up, either. > > Stefan
We should fix that too I guess ...