mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2025-04-21 12:27:27 +03:00
ubb-patgen/ubb-patgen.c (send_buffer): track physmem_xlat_vec renaming
This commit is contained in:
@@ -491,7 +491,7 @@ static void send_buffer(const struct mmcclk *clk,
|
||||
exit(1);
|
||||
}
|
||||
|
||||
n = physmem_xlat_vec((void *) buf, nibbles >> 1, &vec, 1);
|
||||
n = physmem_xlat((void *) buf, nibbles >> 1, &vec, 1);
|
||||
if (n < 0) {
|
||||
perror("physmem_xlat_vec");
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user