Skip to content
Snippets Groups Projects
Commit da70a2bb authored by Minkyu Kang's avatar Minkyu Kang
Browse files

S5P: mmc: fix the mmc offset


This patch fixed the size of mmc structure.

Signed-off-by: default avatarMinkyu Kang <mk7.kang@samsung.com>
parent 37168dab
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ struct s5p_mmc {
unsigned int control4;
unsigned char res4[0x6e];
unsigned short hcver;
unsigned char res5[0xFFF00];
unsigned char res5[0xFFF02];
};
struct mmc_host {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment