summaryrefslogtreecommitdiff
path: root/arch/arm/mach-apple/rtkit.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-apple/rtkit.c')
-rw-r--r--arch/arm/mach-apple/rtkit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-apple/rtkit.c b/arch/arm/mach-apple/rtkit.c
index d294ee09350..f3561543a35 100644
--- a/arch/arm/mach-apple/rtkit.c
+++ b/arch/arm/mach-apple/rtkit.c
@@ -161,6 +161,7 @@ static int rtkit_handle_buf_req(struct apple_rtkit *rtk, int endpoint, struct ap
buf->dva = FIELD_GET(APPLE_RTKIT_BUFFER_REQUEST_IOVA, msg->msg0);
buf->is_mapped = !!buf->dva;
+ buf->endpoint = endpoint;
if (rtk->shmem_setup) {
ret = rtk->shmem_setup(rtk->cookie, buf);