Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359774
b: refs/heads/master
c: 9dde8f8
h: refs/heads/master
v: v3
  • Loading branch information
Kuninori Morimoto authored and Zhang Rui committed Feb 6, 2013
1 parent fc59cae commit e41a98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e20b2e51dd13c569ea1ff65c2a57d00a84a81b0
refs/heads/master: 9dde8f86085d283042718f88eed017eccad73ab9
2 changes: 1 addition & 1 deletion trunk/drivers/thermal/rcar_thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e41a98b

Please sign in to comment.