]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dfu: add free_entity() to struct dfu_entity
authorStephen Warren <swarren@nvidia.com>
Wed, 11 Jun 2014 22:03:35 +0000 (16:03 -0600)
committerTom Rini <trini@ti.com>
Sat, 9 Aug 2014 15:16:59 +0000 (11:16 -0400)
commitcb7bd2e07e70aed7802e28619ce93d15d7ce10dc
tree148fe54e8893860c7c3054cdbb1bc84f1bddda5d
parent7ac1b410ac9b66150170718a6f807ce52ffd8400
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>
drivers/dfu/dfu.c
include/dfu.h