]> git.karo-electronics.de Git - linux-beck.git/commit
mmc: sdhci: Move host->data warning
authorAdrian Hunter <adrian.hunter@intel.com>
Wed, 29 Jun 2016 13:24:26 +0000 (16:24 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 25 Jul 2016 08:34:39 +0000 (10:34 +0200)
commit43dea098bbab82ab15ac9f26aee34c8114b2e5a2
tree327192faf32eaac2162e312cdd0deddc429979f3
parenta4c73aba0463800f5e1c33c94c2a7e553e26a4eb
mmc: sdhci: Move host->data warning

In order to support commands during data transfer, it will be possible
that host->data is not NULL when preparing a new request. Move a warning
that assumes otherwise.

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