mirror of
https://github.com/torvalds/linux.git
synced 2026-06-12 00:23:01 +02:00
[ARM] tegra: ventana: remove BUG() in set_charge.
Signed-off-by: Gary King <gking@nvidia.com>
This commit is contained in:
parent
359cf685af
commit
04500101f0
|
|
@ -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[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user