commit | a5f77f6500518c188a7a1c817dcb0dfea5fce6a3 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Jun 11 16:03:35 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Sat Aug 09 11:16:59 2014 -0400 |
tree | 148fe54e8893860c7c3054cdbb1bc84f1bddda5d | |
parent | f950098e8473688e232b1d45a74f7dfa7d4680b3 [diff] |
dfu: add free_entity() to struct dfu_entity This allows the backend to free any resources allocated during the relevant dfu_fill_entity_*() call. This will soon be used by the SF backend. Signed-off-by: Stephen Warren <swarren@nvidia.com>