Searched hist:"0 a2d4048" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/include/linux/mmc/ |
H A D | mmc.h | 0a2d4048 Mon Jun 20 14:10:08 CDT 2011 Russell King - ARM Linux <linux@arm.linux.org.uk> mmc: block: allow get_card_status() to return error status
If the MMC_SEND_STATUS command is not successful, we should not return a zero status word, but instead allow the caller to know positively that an error occurred.
Convert the open-coded get_card_status() to use the helper function, and provide definitions for the card state field.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Acked-by: Linus Walleij <linus.walleij@linaro.org> Tested-by: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Chris Ball <cjb@laptop.org> 0a2d4048 Mon Jun 20 14:10:08 CDT 2011 Russell King - ARM Linux <linux@arm.linux.org.uk> mmc: block: allow get_card_status() to return error status If the MMC_SEND_STATUS command is not successful, we should not return a zero status word, but instead allow the caller to know positively that an error occurred. Convert the open-coded get_card_status() to use the helper function, and provide definitions for the card state field. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Acked-by: Linus Walleij <linus.walleij@linaro.org> Tested-by: Pawel Moll <pawel.moll@arm.com> Signed-off-by: Chris Ball <cjb@laptop.org>
|