aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test/dev_bifrost
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-01-06 18:03:14 +0100
committerDmitry Vyukov <dvyukov@google.com>2022-01-11 16:30:08 +0100
commit1a2fb60b1e34cbc7f21351da8f9e3e253173bde8 (patch)
tree28f9c3633e186e192670a214fdd95012e0dcae8a /sys/linux/test/dev_bifrost
parent2cfe62f82077ba012aef55db5288985bc0c426d9 (diff)
sys/linux: use out_overlay attribute
Remove all uses of direction attributes on union fields and use out_overlay attribute instead. The attribute actually does what was the intention behind use of direction attribute on unions.
Diffstat (limited to 'sys/linux/test/dev_bifrost')
-rw-r--r--sys/linux/test/dev_bifrost2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/test/dev_bifrost b/sys/linux/test/dev_bifrost
index c90c96103..0f63e119c 100644
--- a/sys/linux/test/dev_bifrost
+++ b/sys/linux/test/dev_bifrost
@@ -11,6 +11,6 @@ ioctl$KBASE_IOCTL_SET_FLAGS(r0, 0x40048001, &AUTO={0x0})
mmap$bifrost(nil, 0x3000, 0x3, 0x1, r0, 0x3000)
-ioctl$KBASE_IOCTL_MEM_ALLOC(r0, 0xc0208005, &AUTO=@in={0x1, 0x1, 0x0, 0xf})
+ioctl$KBASE_IOCTL_MEM_ALLOC(r0, 0xc0208005, &AUTO={0x1, 0x1, 0x0, 0xf, 0x0, 0x0})
close(r0)