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

Commit 3dcaac36 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Return error from adreno_llc_getd() stub"

parents 1b3ed14f 3f3ca1de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ static inline bool adreno_llc_supported(void)

static inline void *adreno_llc_getd(u32 uid)
{
	return NULL;
	return ERR_PTR(-ENODEV);
}

static inline void adreno_llc_putd(void *desc)