projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e20b2e
)
thermal: rcar: use parenthesis on macro
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Thu, 31 Jan 2013 09:02:51 +0000
(09:02 +0000)
committer
Zhang Rui
<rui.zhang@intel.com>
Wed, 6 Feb 2013 06:13:57 +0000
(14:13 +0800)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/rcar_thermal.c
patch
|
blob
|
history
diff --git
a/drivers/thermal/rcar_thermal.c
b/drivers/thermal/rcar_thermal.c
index 89979ff10e27db43eb0462293c35787d1cef3df2..47b2b227c91e9ce6217e5c72a636d4173616ccae 100644
(file)
--- a/
drivers/thermal/rcar_thermal.c
+++ b/
drivers/thermal/rcar_thermal.c
@@
-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