On Thu, Jun 26, 2014 at 3:41 PM, Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> wrote: > Remove variable that are never used > > This was found using a static code analysis program called cppcheck. > > Signed-off-by: Rickard Strandqvist <rickard_strandqvist@xxxxxxxxxxxxxxxxxx> (...) > - int ret, val, num_conf = 0; > + int val, num_conf = 0; > > - ret = at91_pinconf_get(pctldev, pin_id, &config); > + at91_pinconf_get(pctldev, pin_id, &config); Hm I would have preferred a fix actually checking the ret value, but the debug show doesn't allow failing, and it's just for debug anyway... Patch applied. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html