summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/mmc/core/queue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mmc/core/queue.h b/drivers/mmc/core/queue.h
index c254e6580afd..dd7211e3a6d5 100644
--- a/drivers/mmc/core/queue.h
+++ b/drivers/mmc/core/queue.h
@@ -69,9 +69,9 @@ struct mmc_queue_req {
enum mmc_drv_op drv_op;
int drv_op_result;
void *drv_op_data;
- unsigned int ioc_count;
- int retries;
- u32 flags;
+ u8 ioc_count;
+ u8 retries;
+ u8 flags;
};
struct mmc_queue {