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

Commit c185b7a8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: Fix compilation warning/error"

parents 408492cb 4fe225db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ int find_subsys(const char *pd_path, char *subsys);
#else

static inline int get_service_location(char *client_name,
		char *service_name, struct notifier_block *locator_nb);
		char *service_name, struct notifier_block *locator_nb)
{
	return -ENODEV;
}
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ static void *service_notif_register_notifier(const char *service_path,
				int instance_id, struct notifier_block *nb,
				int *curr_state)
{
	return -ENODEV;
	return PTR_ERR(-ENODEV);
}

static int service_notif_unregister_notifier(void *service_notif_handle,