ftl: change uint8_t to void in write_upage

This commit is contained in:
S.J.R. van Schaik 2017-05-19 18:06:02 +02:00
parent 6a2c499d7a
commit d631e3012e
3 changed files with 3 additions and 3 deletions

View file

@ -119,7 +119,7 @@ static int write_page_desc(struct ftl_map *map,
* group, whereupon the head is incremented to point to the next available user
* page.
*/
int write_upage(struct ftl_map *map, const uint8_t *page,
int write_upage(struct ftl_map *map, const void *page,
const struct ftl_page_desc *page_desc)
{
if (prepare_head(map) < 0)