mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 23:39:18 +00:00
thermal: rcar: use parenthesis on macro
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>
This commit is contained in:
parent
5e20b2e51d
commit
9dde8f8608
@ -47,7 +47,7 @@ struct rcar_thermal_priv {
|
||||
};
|
||||
|
||||
#define MCELSIUS(temp) ((temp) * 1000)
|
||||
#define rcar_zone_to_priv(zone) (zone->devdata)
|
||||
#define rcar_zone_to_priv(zone) ((zone)->devdata)
|
||||
|
||||
/*
|
||||
* basic functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user