summaryrefslogtreecommitdiff
path: root/drivers/char
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-06 04:23:38 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-06 04:23:38 -0800
commit2aad560e7aab2997eb674511c6101b6b0d73c0c8 (patch)
tree636d815181bd9bfaf009db57ea100ccf116de4ce /drivers/char
parent50c69dd9ecbda29b60c0f7d81cf2718a0e44e51e (diff)
parent63f127db6339289f3264ee9a9cfeb8bdc9104d37 (diff)
Merge " msm: ADSPRPC: Use correct method for static processes"
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/adsprpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/adsprpc.c b/drivers/char/adsprpc.c
index fd0123d79f1d..fe3af13f0d38 100644
--- a/drivers/char/adsprpc.c
+++ b/drivers/char/adsprpc.c
@@ -1630,7 +1630,7 @@ static int fastrpc_init_process(struct fastrpc_file *fl,
fds[2] = 0;
ioctl.inv.handle = 1;
- ioctl.inv.sc = REMOTE_SCALARS_MAKE(7, 3, 0);
+ ioctl.inv.sc = REMOTE_SCALARS_MAKE(8, 3, 0);
ioctl.inv.pra = ra;
ioctl.fds = 0;
ioctl.attrs = 0;