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

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

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

parents 95678bc3 8f62cc19
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -73,7 +73,7 @@ static inline bool adreno_llc_supported(void)


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


static inline void adreno_llc_putd(void *desc)
static inline void adreno_llc_putd(void *desc)