projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71fbc63
)
mt7621-mmc: Alignment should match open parenthesis
author
Jona Crasselt
<
[email protected]
>
Wed, 19 Dec 2018 16:07:03 +0000
(17:07 +0100)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 20 Dec 2018 15:32:13 +0000
(16:32 +0100)
Issue reported by checkpatch.pl.
Signed-off-by: Jona Crasselt <
[email protected]
>
Signed-off-by: Felix Windsheimer <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/mt7621-mmc/sd.c
patch
|
blob
|
history
diff --git
a/drivers/staging/mt7621-mmc/sd.c
b/drivers/staging/mt7621-mmc/sd.c
index adb73f0b56fbd8c2af13b8117961c95332f36185..607f25c6f2ddba56a7b182b72bd53d097863c541 100644
(file)
--- a/
drivers/staging/mt7621-mmc/sd.c
+++ b/
drivers/staging/mt7621-mmc/sd.c
@@
-665,7
+665,7
@@
static int msdc_do_request(struct mmc_host *mmc, struct mmc_request *mrq)
if (read) {
if ((host->timeout_ns != data->timeout_ns) ||
-
(host->timeout_clks != data->timeout_clks)) {
+ (host->timeout_clks != data->timeout_clks)) {
msdc_set_timeout(host, data->timeout_ns, data->timeout_clks);
}
}
@@
-1380,7
+1380,7
@@
static irqreturn_t msdc_irq(int irq, void *dev_id)
/* command interrupts */
if (cmd && (intsts & cmdsts)) {
if ((intsts & MSDC_INT_CMDRDY) || (intsts & MSDC_INT_ACMDRDY) ||
-
(intsts & MSDC_INT_ACMD19_DONE)) {
+ (intsts & MSDC_INT_ACMD19_DONE)) {
u32 *rsp = &cmd->resp[0];
switch (host->cmd_rsp) {