commit | d0517bc2ce0c469de0a1786f28d756adb59aa577 | [log] [tgz] |
---|---|---|
author | Bastien Curutchet <bastien.curutchet@bootlin.com> | Mon Oct 21 17:13:25 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 29 18:45:22 2024 -0600 |
tree | fd8076ad33fb9464e688b46803b4f3373c572903 | |
parent | 85ed77d96c0610f73800890b51ea4f35c7d0a8df [diff] |
memory: ti-aemif: Correct macro to ensure avoiding precedence issues Fix following CHECK pointed out by checkpatch: CHECK: Macro argument 'cs' may be better as '(cs)' to avoid precedence issues #62: FILE: drivers/memory/ti-aemif.c:15: +#define AEMIF_CONFIG(cs) (0x10 + (cs * 4)) Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com> Reviewed-by: Tom Rini <trini@konsulko.com>