commit | 3a7f10c05d2a629c4ebeb1680d48d77e17b661b9 | [log] [tgz] |
---|---|---|
author | Mugunthan V N <mugunthanvnm@ti.com> | Tue Sep 27 13:01:42 2016 +0530 |
committer | Tom Rini <trini@konsulko.com> | Sat Oct 08 09:33:35 2016 -0400 |
tree | 2e0c1fadb6f0fde65e4870a0d650501f54734b62 | |
parent | b8c6b0203e896620a06dd069b81e26f094fd2779 [diff] |
board: ti: dra7xx: complex definitions should be protected with parentheses As a standard practice complex definitions should be protected with parentheses, as it might fail when used in a complex if statements. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>