Merge "qcacmn: Fix build errors generated by gcc 6"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
a291845373
@@ -919,8 +919,8 @@ QDF_STATUS reinit_sdio(struct hif_sdio_dev *device)
|
|||||||
*/
|
*/
|
||||||
if (mmcclock > 0)
|
if (mmcclock > 0)
|
||||||
clock = mmcclock;
|
clock = mmcclock;
|
||||||
host->ios.clock = clock;
|
host->ios.clock = clock;
|
||||||
host->ops->set_ios(host, &host->ios);
|
host->ops->set_ios(host, &host->ios);
|
||||||
|
|
||||||
|
|
||||||
if (card->host->caps & MMC_CAP_4_BIT_DATA) {
|
if (card->host->caps & MMC_CAP_4_BIT_DATA) {
|
||||||
|
Reference in New Issue
Block a user