Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48fb4a09 authored by Murali Nalajala's avatar Murali Nalajala
Browse files

msm: smd: fix compilation error



Fix compilation error due to argument separator
miss(comma) in function.

Change-Id: Iffe5d0c4f389ed81d70aaf8c47318c6cc5075a31
Signed-off-by: default avatarMurali Nalajala <mnalajal@codeaurora.org>
parent 21dbba28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ static inline void smd_disable_read_intr(smd_channel_t *ch)
{
}

static inline int smd_mask_receive_interrupt(smd_channel_t *ch, bool mask
static inline int smd_mask_receive_interrupt(smd_channel_t *ch, bool mask,
		const struct cpumask *cpumask)
{
	return -ENODEV;