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

Commit 87d44445 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: hab: fix the incompatible pointer initialization warning"

parents 710f9d4c 8bdbc287
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ static ssize_t vchan_show(struct kobject *kobj, struct kobj_attribute *attr,
}

static ssize_t vchan_store(struct kobject *kobj, struct kobj_attribute *attr,
						 char *buf, size_t count)
						const char *buf, size_t count)
{
	int ret;

@@ -297,7 +297,7 @@ static ssize_t ctx_show(struct kobject *kobj, struct kobj_attribute *attr,
}

static ssize_t ctx_store(struct kobject *kobj, struct kobj_attribute *attr,
						 char *buf, size_t count)
						const char *buf, size_t count)
{
	int ret;

@@ -316,7 +316,7 @@ static ssize_t expimp_show(struct kobject *kobj, struct kobj_attribute *attr,
}

static ssize_t expimp_store(struct kobject *kobj, struct kobj_attribute *attr,
						 char *buf, size_t count)
						const char *buf, size_t count)
{
	int ret;