mmc: sdhci: Tidy reading 136-bit responses
authorAdrian Hunter <adrian.hunter@intel.com>
Mon, 21 Aug 2017 07:41:28 +0000 (13:11 +0530)
committerUlf Hansson <ulf.hansson@linaro.org>
Wed, 30 Aug 2017 13:03:42 +0000 (15:03 +0200)
commit4a5fc11945af753f3e565db61f80976bb1fcddc7
tree44e34bad40e1df5484e8d4eb7007176db916cc98
parent52899b99767a34050b94d5e2d4b295def2164903
mmc: sdhci: Tidy reading 136-bit responses

Read each register only once and move the code to a separate function so
that it is not jammed against the 80 column margin.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci.c