treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / include / dt-bindings / thermal / thermal.h
blobbc7babb1a67cd4910f3bc9c54eefff2a574591b7
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * This header provides constants for most thermal bindings.
5 * Copyright (C) 2013 Texas Instruments
6 * Eduardo Valentin <eduardo.valentin@ti.com>
7 */
9 #ifndef _DT_BINDINGS_THERMAL_THERMAL_H
10 #define _DT_BINDINGS_THERMAL_THERMAL_H
12 /* On cooling devices upper and lower limits */
13 #define THERMAL_NO_LIMIT (~0)
15 #endif