Skip to content

Commit

Permalink
bccmd is bccmd, not brcm_poke_helpe (fixes bluetooth)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohanar authored and Gokhan Moral committed Sep 4, 2012
1 parent dd720cb commit c28ceb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/bluetooth/hci_ldisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ static int hci_uart_tty_access_allowed(void)
char name[TASK_COMM_LEN];
get_task_comm(name, current_thread_info()->task);
BT_DBG("%s: %s", __func__, name);
if (strcmp(name, "brcm_poke_helpe")) {
if (strcmp(name, "bccmd")) {
BT_ERR("%s isn't allowed", name);
return -EACCES;
}
Expand Down

0 comments on commit c28ceb7

Please sign in to comment.