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

Commit dfec0da9 authored by Girish Mahadevan's avatar Girish Mahadevan
Browse files

platform: msm: msm_bus: Fix bus rule update API definition



msm_bus_rules.h had a typo in the definition of the
msm_bus_rule_update API. This is a fix for that typo.

Change-Id: If1afe114f8c57020855b85dd17d8f54eea315a1a
Acked-by: default avatarAJ Lindell <alindell@qti.qualcomm.com>
Signed-off-by: default avatarGirish Mahadevan <girishm@codeaurora.org>
parent d19f4573
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ static inline bool msm_rule_are_rules_registered(void)
{
	return false;
}
static inline bool msm_rules_update(struct bus_rule_type *old_rule,
static inline bool msm_rule_update(struct bus_rule_type *old_rule,
					struct bus_rule_type *new_rule,
					struct notifier_block *nb)
{