commit | cc190d4c6499b1b3fca6693866df62cad18ed833 | [log] [tgz] |
---|---|---|
author | Shawn Lin <shawn.lin@rock-chips.com> | Fri Sep 02 12:14:39 2016 +0800 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon Sep 26 21:31:36 2016 +0200 |
tree | 6d746791a2468f90b364435b1d945618ee7a9c9b | |
parent | d12d0cb1d7dc00605112bf1d5dcc157f2908a068 [diff] |
mmc: dw_mmc: use macro to define ring buffer size It's very prone to make mistake as we might forget to replace all PAGE_SIZEs with new values if we try to modify the ring buffer size for whatever reasons. Let's use a macro to define it. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>