]> git.proxmox.com Git - mirror_qemu.git/commit
device_tree: qemu_fdt_setprop: Rename val_array arg
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Mon, 11 Nov 2013 08:15:21 +0000 (18:15 +1000)
committerAlexander Graf <agraf@suse.de>
Fri, 20 Dec 2013 00:58:12 +0000 (01:58 +0100)
commitbe5907f2cc6d075b1d687e51a0e0d8ac074a7ac8
tree1b12522591d40c8ac107a9acdb4e7931b3bf108e
parent5a4348d1114b7f3dccc578e39e33ef07a1cfabc7
device_tree: qemu_fdt_setprop: Rename val_array arg

Looking at the implementation, this doesn't really have a lot to do
with arrays. Its just a pointer to a buffer and is passed through
to the wrapped fn (qemu_fdt_setprop) unchanged. So rename to make it
consistent with libfdt, which in the wrapped function just calls it
"val".

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
device_tree.c
include/sysemu/device_tree.h