Skip to content
Commit acfb699e authored by Chris Metcalf's avatar Chris Metcalf
Browse files

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: default avatarChris Metcalf <cmetcalf@ezchip.com>
parent f3a26163
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment