On Fri, Nov 18, 2016 at 12:35 PM, Dan Carpenter <dan.carpenter@xxxxxxxxxx> wrote: > Smatch complains that we dereference "map" before testing it for NULL > which is true. We should be testing "*map" instead. Also on the error > path, we should free *map and set it to NULL. > > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Patch applied with Maxime's ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html