commit | f5abd8a616d1e8d9ff6c1fbd5d10496ab5dcf1ea | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jan 04 08:02:52 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Sat Jan 16 19:17:11 2021 -0500 |
tree | a4c113c0fbce7d5931d6f5703df0f4a01a9409fc | |
parent | bcb0203c616b907ee39a131693a8718eef338c7b [diff] |
ram: k3-j721e: rename BIT_MASK() The macro BIT_MASK is already defined in include/linux/bitops.h. To avoid name collisions rename BIT_MASK() in drivers/ram/k3-j721e/lpddr4_private.h to LPDDR4_BIT_MASK(). Remove superfluous parantheses. Remove superfluous comparison to 0. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>