From 8c18ec960f2b43a418b29898fd5c94e559bac961 Mon Sep 17 00:00:00 2001 From: Sathish Ambley Date: Wed, 18 Jan 2017 13:00:28 -0800 Subject: [PATCH] msm: ADSPRPC: Update subsystem name for slpi Update subsystem name for slpi to ensure that the subsystem restart notification is registered with the correct subsystem. Change-Id: Ie4f409d6d63cd164323a2e58805b8154322518d1 Signed-off-by: Sathish Ambley --- drivers/char/adsprpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/adsprpc.c b/drivers/char/adsprpc.c index 82caf98491fa..9baacd0c2165 100644 --- a/drivers/char/adsprpc.c +++ b/drivers/char/adsprpc.c @@ -304,7 +304,7 @@ static struct fastrpc_channel_ctx gcinfo[NUM_CHANNELS] = { }, { .name = "sdsprpc-smd", - .subsys = "dsps", + .subsys = "slpi", .channel = SMD_APPS_DSPS, .link.link_info.edge = "dsps", .link.link_info.transport = "smem",