From: Bryan O'Donoghue Date: Mon, 12 Oct 2015 14:45:05 +0000 (+0100) Subject: greybus: loopback: add reserved fields to track firmware latencies X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=04db334667b167b6f7c64e791defcb1bc61cfd3a;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git greybus: loopback: add reserved fields to track firmware latencies The greybus specification has been extended to include two new reserved fields, which the implementation is using to track internal firmware latencies. This change adds the appropriate fields to the corresponding kernel header. Signed-off-by: Bryan O'Donoghue Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h index 44a213377cbe..fedb1b13d035 100644 --- a/drivers/staging/greybus/greybus_protocols.h +++ b/drivers/staging/greybus/greybus_protocols.h @@ -958,6 +958,8 @@ struct gb_loopback_transfer_request { struct gb_loopback_transfer_response { __le32 len; + __le32 reserved0; + __le32 reserved1; __u8 data[0]; } __packed;