Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information