mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 21:07:02 +09:00
[ARM] tegra: ventana: remove BUG() in set_charge.
Signed-off-by: Gary King <gking@nvidia.com>
This commit is contained in:
@@ -86,8 +86,7 @@ static void set_charge(int flags)
|
||||
gpio_set_value(charge_disable, 0);
|
||||
else if (!flags)
|
||||
gpio_set_value(charge_disable, 1);
|
||||
else
|
||||
BUG();
|
||||
/* USB charging not supported on Ventana */
|
||||
}
|
||||
|
||||
static struct resource ventana_pda_resources[] = {
|
||||
|
||||
Reference in New Issue
Block a user