Merge "qcacmn: Fix build errors generated by gcc 6"

This commit is contained in:
Linux Build Service Account
2017-08-02 06:04:17 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -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) {