Skip to content

Commit

Permalink
mt6620: remove unused power control
Browse files Browse the repository at this point in the history
  • Loading branch information
Rockchip committed Apr 28, 2014
1 parent bdc33da commit c0ac1ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,15 +406,15 @@ INT32 wmt_plat_sdio_ctrl (WMT_SDIO_SLOT_NUM sdioPortType, ENUM_FUNC_STATE on)
* controller. SDIO card removal operation and remove success messages
* are expected.
*/
rk29sdk_wifi_power(0);
//rk29sdk_wifi_power(0);
rk29sdk_wifi_set_carddetect(0);
}
else {
/* add control logic here to generate SDIO CARD INSERTION event to mmc/sd
* controller. SDIO card detection operation and detect success messages
* are expected.
*/
rk29sdk_wifi_power(1);
//rk29sdk_wifi_power(1);
rk29sdk_wifi_set_carddetect(1);
}
//extern int omap_mmc_update_mtk_card_status(int state);
Expand Down

0 comments on commit c0ac1ac

Please sign in to comment.