The patch titled pcf50633_charger: fix typo has been removed from the -mm tree. Its filename was pcf50633_charger-fix-typo.patch This patch was dropped because it had testing failures The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: pcf50633_charger: fix typo From: Balaji Rao <balajirrao@xxxxxxxxxxxx> Signed-off-by: Balaji Rao <balajirrao@xxxxxxxxxxxx> Cc: Andy Green <andy@xxxxxxxxxxxx> Cc: Anton Vorontsov <cbou@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/power/pcf50633-charger.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/power/pcf50633-charger.c~pcf50633_charger-fix-typo drivers/power/pcf50633-charger.c --- a/drivers/power/pcf50633-charger.c~pcf50633_charger-fix-typo +++ a/drivers/power/pcf50633-charger.c @@ -267,7 +267,8 @@ static int usb_get_property(struct power enum power_supply_property psp, union power_supply_propval *val) { - struct pcf50633_mbc *mbc = container_of(psy, struct pcf50633_mbc, usb); + struct pcf50633_mbc *mbc = container_of(psy, + struct pcf50633_mbc, adapter); int ret = 0; switch (psp) { _ Patches currently in -mm which might be from balajirrao@xxxxxxxxxxxx are linux-next.patch pcf50633_charger-fix-typo.patch mfd-pcf50633-terminate-i2c_device_id-list.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html