mmc: core: Move cached value of the negotiated ocr mask to card struct
authorUlf Hansson <ulf.hansson@linaro.org>
Fri, 13 Sep 2013 09:31:33 +0000 (11:31 +0200)
committerChris Ball <cjb@laptop.org>
Thu, 31 Oct 2013 00:26:29 +0000 (20:26 -0400)
The negotiated ocr mask is directly related to the card. Once a card
gets removed, the mask shall be dropped. By moving the cache of the ocr
mask from the host struct to the card struct we have accomplished this.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>

No differences found