commit | dec6ca61871f9150859d576e8df0de0538cfa234 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Wed Aug 08 16:49:43 2018 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Wed Sep 05 17:44:24 2018 +0930 |
tree | 5070dfa7de1c8cddb67e6b0c1537eafea51a756d | |
parent | d6b09bc5a170dc06ca4f114635013ddc5e39efbd [diff] [blame] |
flash: Rename free_flash_dev to flash_dev_free Change-Id: I3d3da6312217b6b869fa3f62a1d4752be98fd609 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/flash.c b/flash.c index 63a1293..c446658 100644 --- a/flash.c +++ b/flash.c
@@ -97,7 +97,7 @@ return rc; } -void free_flash_dev(struct mbox_context *context) +void flash_dev_free(struct mbox_context *context) { free(context->flash_bmap); close(context->fds[MTD_FD].fd);