mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +09:00
ODROID: bt: Bugfix.
- power_low_level value is not applied correctly. Change-Id: Id98d8e819e0502f7ec2ae27f972a926ac7c855d2 Signed-off-by: Luke Go <sangch.go@gmail.com>
This commit is contained in:
@@ -168,7 +168,7 @@ static void bt_device_on(struct bt_dev_data *pdata)
|
||||
gpio_direction_input(pdata->gpio_reset);
|
||||
} else {
|
||||
gpio_direction_output(pdata->gpio_reset,
|
||||
pdata->power_low_level);
|
||||
!pdata->power_low_level);
|
||||
}
|
||||
}
|
||||
if (pdata->gpio_en > 0) {
|
||||
|
||||
Reference in New Issue
Block a user