mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 05:34:00 +08:00
Merge master.kernel.org:/home/rmk/linux-2.6-mmc
This commit is contained in:
commit
245599f573
@ -49,7 +49,7 @@ struct mmc_command {
|
|||||||
/*
|
/*
|
||||||
* These are the command types.
|
* These are the command types.
|
||||||
*/
|
*/
|
||||||
#define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_TYPE)
|
#define mmc_cmd_type(cmd) ((cmd)->flags & MMC_CMD_MASK)
|
||||||
|
|
||||||
unsigned int retries; /* max number of retries */
|
unsigned int retries; /* max number of retries */
|
||||||
unsigned int error; /* command error */
|
unsigned int error; /* command error */
|
||||||
|
Loading…
Reference in New Issue
Block a user