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

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

Merge "msm: kgsl: Make the stubbed version of cff_dump return -ENODEV"

parents 31c209a7 8784b285
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -140,12 +140,12 @@ static inline int kgsl_cffdump_capture_ib_desc(struct kgsl_device *device,

static inline int kgsl_cff_dump_enable_set(void *data, u64 val)
{
	return -EINVAL;
	return -ENODEV;
}

static inline int kgsl_cff_dump_enable_get(void *data, u64 *val)
{
	return -EINVAL;
	return -ENODEV;
}

#endif /* CONFIG_MSM_KGSL_CFF_DUMP */