Loading drivers/power/smb135x-charger.c +1 −1 Original line number Diff line number Diff line Loading @@ -410,7 +410,7 @@ static enum power_supply_type usb_type_enum[] = { POWER_SUPPLY_TYPE_UNKNOWN, /* bit 5 */ POWER_SUPPLY_TYPE_USB_DCP, /* bit 6 */ POWER_SUPPLY_TYPE_USB_CDP, /* bit 7 */ POWER_SUPPLY_TYPE_USB, /* bit 8 error case, report SDP */ POWER_SUPPLY_TYPE_UNKNOWN, /* bit 8 error case, report UNKNWON */ }; /* helper to return enum power_supply_type of USB type */ Loading Loading
drivers/power/smb135x-charger.c +1 −1 Original line number Diff line number Diff line Loading @@ -410,7 +410,7 @@ static enum power_supply_type usb_type_enum[] = { POWER_SUPPLY_TYPE_UNKNOWN, /* bit 5 */ POWER_SUPPLY_TYPE_USB_DCP, /* bit 6 */ POWER_SUPPLY_TYPE_USB_CDP, /* bit 7 */ POWER_SUPPLY_TYPE_USB, /* bit 8 error case, report SDP */ POWER_SUPPLY_TYPE_UNKNOWN, /* bit 8 error case, report UNKNWON */ }; /* helper to return enum power_supply_type of USB type */ Loading