diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-03-05 20:08:26 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-05 20:08:25 -0800 |
| commit | ded703d63ef5270ea80ae742c2f47c2965b01282 (patch) | |
| tree | 02a299ee92a5f58996e7c3499fe83cc4b46eaae4 /include/linux | |
| parent | ea58c08a4d251b0bb6d770834a01946dc175ab1d (diff) | |
| parent | 2c7676c7d7bff911652015685f74b5cb97cd8a6d (diff) | |
Merge "mmc: card: block: Add support for completing cmdq requests with error"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 804d89a825fc..5374bd6c4cbe 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -208,6 +208,7 @@ struct mmc_cmdq_req { unsigned int resp_arg; unsigned int dev_pend_tasks; bool resp_err; + bool skip_err_handling; int tag; /* used for command queuing */ u8 ctx_id; }; |
