summaryrefslogtreecommitdiff
path: root/gxp-mb-notification.c
diff options
context:
space:
mode:
authorNeela Chithirala <chithiralan@google.com>2022-03-03 05:17:38 +0000
committerNeela Chithirala <chithiralan@google.com>2022-03-07 05:11:37 +0000
commit6d71338807ebff13916d2285d67ce59f261eab3e (patch)
treedd3bbbaab5286ec315807569c72fe790f8fea61d /gxp-mb-notification.c
parent49087428c8fea8eb57a4f57f4fe83e0d2f26b113 (diff)
downloadgs201-6d71338807ebff13916d2285d67ce59f261eab3e.tar.gz
Merge branch 'gs201-release' to android13-gs-pixel-5.10
* gs201-release: gxp: create own queue for power state transition Bug: 221187219 gxp: Fix checkpatch errors gxp: lower the default power state Bug: 201600514 gxp: support memory power state operation Bug: 201600514 gxp: change power state asynchronously Bug: 221187219 gxp: Support for mapping and unmapping dma-bufs Bug: 177224744 gxp: Remove extra call to gxp_pm_init() on probe gxp: support power state voting by wakelock IOCTL Bug: 201600514 gxp: add firmware authentication support Bug: 218949590 GitOrigin-RevId: ae2f794c392b0357bbad0f6b84c71896b9e61185 Change-Id: I42bf2d5a834700059b4e8f145b8a78a27aa7b668 Signed-off-by: Neela Chithirala <chithiralan@google.com> Change-Id: Id2ea88150f661804c06455924b799640c38b0480
Diffstat (limited to 'gxp-mb-notification.c')
-rw-r--r--gxp-mb-notification.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gxp-mb-notification.c b/gxp-mb-notification.c
index 3198984..77412f8 100644
--- a/gxp-mb-notification.c
+++ b/gxp-mb-notification.c
@@ -37,7 +37,7 @@ int gxp_notification_unregister_handler(struct gxp_dev *gxp, uint core,
mailbox = gxp->mailbox_mgr->mailboxes[core];
if (!mailbox)
- return-ENODEV;
+ return -ENODEV;
return gxp_mailbox_unregister_interrupt_handler(mailbox, type);
}