Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
6902e66a
Unverified
Commit
6902e66a
authored
Aug 13, 2018
by
Dimitris Papastamos
Committed by
GitHub
Aug 13, 2018
Browse files
Merge pull request #1518 from antonio-nino-diaz-arm/an/fix_mmc
mmc: Fix warning about usage of uninitialized variable
parents
5e4c590d
cadb36cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/mmc/mmc.c
View file @
6902e66a
...
...
@@ -221,7 +221,7 @@ static int mmc_fill_device_info(void)
unsigned
int
speed_idx
;
unsigned
int
nb_blocks
;
unsigned
int
freq_unit
;
int
ret
;
int
ret
=
0
;
struct
mmc_csd_sd_v2
*
csd_sd_v2
;
switch
(
mmc_dev_info
->
mmc_dev_type
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment