s5pc110: mmc: code clean
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 21 Jun 2010 08:01:36 +0000 (17:01 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 21 Jun 2010 08:01:36 +0000 (17:01 +0900)
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/mmc/s5pc1xx_mmc.c

index e939dfb..ec6ba6a 100644 (file)
@@ -133,7 +133,7 @@ static int mmc_send_cmd(struct mmc *mmc, struct mmc_cmd *cmd,
         * CMDINHCMD[0] : Command Inhibit (CMD)
         */
        mask = (1 << 0);
-       if ((data != NULL) || (cmd->flags & MMC_RSP_BUSY))
+       if ((data != NULL) || (cmd->resp_type & MMC_RSP_BUSY))
                mask |= (1 << 1);
 
        /*