Commit ce11a161 authored by Russell King's avatar Russell King Committed by Russell King

[MMC] Fix missing ','

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 21500bb3
......@@ -34,7 +34,7 @@ struct mmc_csd {
unsigned int capacity;
unsigned int read_partial:1,
read_misalign:1,
write_partial:1
write_partial:1,
write_misalign:1;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment