The patch titled Subject: drivers/rtc/rtc-bq32k.c fix warnings I introduced has been removed from the -mm tree. Its filename was rtc-bq32000-add-trickle-charger-option-with-device-tree-binding-fix.patch This patch was dropped because it was folded into rtc-bq32000-add-trickle-charger-option-with-device-tree-binding.patch ------------------------------------------------------ From: Pavel Machek <pavel@xxxxxx> Subject: drivers/rtc/rtc-bq32k.c fix warnings I introduced Sorry about that, I somehow failed to notice rather severe warnings. Signed-off-by: Pavel Machek <pavel@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-bq32k.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff -puN drivers/rtc/rtc-bq32k.c~rtc-bq32000-add-trickle-charger-option-with-device-tree-binding-fix drivers/rtc/rtc-bq32k.c --- a/drivers/rtc/rtc-bq32k.c~rtc-bq32000-add-trickle-charger-option-with-device-tree-binding-fix +++ a/drivers/rtc/rtc-bq32k.c @@ -132,9 +132,7 @@ static const struct rtc_class_ops bq32k_ static int trickle_charger_of_init(struct device *dev, struct device_node *node) { - int plen = 0; - const uint32_t *setup; - const uint32_t *reg; + unsigned char reg; int error; u32 ohms = 0; @@ -166,7 +164,7 @@ static int trickle_charger_of_init(struc break; default: - dev_err(dev, "invalid resistor value (%d)\n", *setup); + dev_err(dev, "invalid resistor value (%d)\n", ohms); return -EINVAL; } _ Patches currently in -mm which might be from pavel@xxxxxx are origin.patch rtc-bq32000-add-trickle-charger-option-with-device-tree-binding.patch rtc-bq32000-add-trickle-charger-device-tree-binding.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