commit | d6b09bc5a170dc06ca4f114635013ddc5e39efbd | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Wed Aug 08 16:47:54 2018 +0930 |
committer | Andrew Jeffery <andrew@aj.id.au> | Wed Sep 05 17:44:24 2018 +0930 |
tree | d188ba8f959b55e5962bbcc62c65c377e9fd740e | |
parent | 71eaa7329c8351e9d47ee05ece1ae7b486f3c81a [diff] [blame] |
flash: Rename init_flash_dev to flash_dev_init Change-Id: I6b9a916053baf09c34100dcb5262a4b66a44bc80 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/test/mbox.c b/test/mbox.c index 7e03292..b45f42f 100644 --- a/test/mbox.c +++ b/test/mbox.c
@@ -242,7 +242,7 @@ assert(rc == 0); test.context.fds[MBOX_FD].fd = test.mbox.fd; - rc = init_flash_dev(&test.context); + rc = flash_dev_init(&test.context); assert(rc == 0); rc = fallocate(test.flash.fd, 0, 0, test.context.mtd_info.size);