commit | a71d6ea6d3ec3e8ba4220370f29531903e3bc153 | [log] [tgz] |
---|---|---|
author | Leilk Liu <leilk.liu@mediatek.com> | Thu Aug 20 17:19:08 2015 +0800 |
committer | Mark Brown <broonie@kernel.org> | Thu Aug 20 11:16:12 2015 -0700 |
tree | fb05c1b144b607e00532763d47961b0c07132a2b | |
parent | af57937e862370c14b7d71d15d969593ffca1ba8 [diff] |
spi: mediatek: use BIT() to instead of SPI_CMD_*_OFFSET This patch removes SPI_CMD_*_OFFSET defines, and uses the BIT(x) defines instead. Signed-off-by: Leilk Liu <leilk.liu@mediatek.com> Signed-off-by: Mark Brown <broonie@kernel.org>