Skip to content

Commit

Permalink
bt: adjust rts for ap6335
Browse files Browse the repository at this point in the history
  • Loading branch information
Rockchip committed Apr 2, 2014
1 parent 71dc2d1 commit b6adba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/rfkill/rfkill-rk.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ static int rfkill_rk_set_power(void *data, bool blocked)
msleep(20);
}

#if defined(CONFIG_AP6210)
#if defined(CONFIG_AP6210) || defined(CONFIG_AP6335)
if (gpio_is_valid(rts->io))
{
if (rts->iomux.name)
Expand Down

0 comments on commit b6adba4

Please sign in to comment.