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

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

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

parents 51856ef0 4df4d7a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -80,7 +80,7 @@ static inline bool adreno_llc_supported(void)
static inline void *adreno_llc_getd(struct device *dev,
		const char *name)
{
	return NULL;
	return ERR_PTR(-ENODEV);
}

static inline void adreno_llc_putd(void *desc)