On Thu, Feb 11, 2016 at 10:24:18AM -0500, Stefan Berger wrote: > We need two steps here. One to let tpmm_chip_alloc call two functions > tpm_chip_alloc + tpmm_chip_dev (better name?), which are both going to > be public and called by tpm-vtpm.c, and provide tpm_chip_free. Let me > do that. Then we can get rid of the bitmap for the chip->dev_num > independently and use idr there.
Make sense. Don't change the names all the drivers would have to be churn'd. tpm_chip_alloc, tpmm_chip_alloc. It is probably OK just to use put_device(&chip->dev), tpm_chip_put is already taken for something else. Don't call it free, it isn't free. Jason ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ tpmdd-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tpmdd-devel
