From 1e9ad3ca0d9bf3e917eb2beb460421155144760a Mon Sep 17 00:00:00 2001 From: Aidan MacDonald Date: Sat, 15 Oct 2022 23:55:39 +0100 Subject: Remove buflib allocation names, part two Remove allocation names from the buflib API and fix up all callers. Change-Id: I3df922e258d5f0d711d70e72b56b4ed634fb0f5a --- firmware/rolo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/rolo.c') diff --git a/firmware/rolo.c b/firmware/rolo.c index d280e39243..a3e6d5c2b9 100644 --- a/firmware/rolo.c +++ b/firmware/rolo.c @@ -239,7 +239,7 @@ int rolo_load(const char* filename) /* get the system buffer. release only in case of error, otherwise * we don't return anyway */ - rolo_handle = core_alloc_maximum("rolo", &filebuf_size, &buflib_ops_locked); + rolo_handle = core_alloc_maximum(&filebuf_size, &buflib_ops_locked); if (rolo_handle < 0) { rolo_error("OOM"); -- cgit v1.2.3