commit | acfb699e3d757b349251ea19b8173220008d1c9e | [log] [tgz] |
---|---|---|
author | Chris Metcalf <cmetcalf@ezchip.com> | Mon Dec 21 13:03:03 2015 -0500 |
committer | Chris Metcalf <cmetcalf@ezchip.com> | Mon Jan 18 14:49:23 2016 -0500 |
tree | dc6841a40ea648a17c4845d60ec70a7b58d86a90 | |
parent | f3a26163fa8f36344bf01707529052aea20368e8 [diff] |
tile: fix tilepro casts for readl, writel, etc Missing parentheses could cause an argument of the form "integer + pointer" to get cast to "(long)integer + pointer" and remain a pointer type, causing compiler warnings. Signed-off-by: Chris Metcalf <cmetcalf@ezchip.com>