Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vesta
qcacld-2.0
Commits
9987011f
Commit
9987011f
authored
Mar 09, 2017
by
Troy Kisky
Browse files
if_ath_sdio: don't try ioremap on ram
Signed-off-by:
Troy Kisky
<
troy.kisky@boundarydevices.com
>
parent
9cb0327d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CORE/SERVICES/HIF/sdio/linux/if_ath_sdio.c
View file @
9987011f
...
...
@@ -157,7 +157,7 @@ ath_hif_sdio_probe(void *context, void *hif_handle)
ol_sc
->
hif_hdl
=
hif_handle
;
#ifndef TARGET_DUMP_FOR_NON_QC_PLATFORM
#if
0 /*
ndef TARGET_DUMP_FOR_NON_QC_PLATFORM
*/
ol_sc->ramdump_base = ioremap(RAMDUMP_ADDR, RAMDUMP_SIZE);
ol_sc->ramdump_size = RAMDUMP_SIZE;
if (ol_sc->ramdump_base == NULL) {
...
...
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