mirror of
git://projects.qi-hardware.com/ben-blinkenlights.git
synced 2024-11-16 19:13:09 +02:00
ubb-patgen/ubb-patgen.c (send_buffer): track physmem_xlat_vec renaming
This commit is contained in:
parent
e669a1b2d1
commit
b8f2a8b764
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user