On 29/03/18 17:44, Sebastian Reichel wrote:
- omap_fb.c:326: condition 0 is always false
- omap_fb.c:326: condition 0 is always false
- omap_fb.c:327: condition connector!=from is always false
Looks like list_for_each_entry_from() is not properly understood by the static checker?
I've seen a bunch of false positives from the checker, but this one is the first where it indeed looks like the checker is confused. Or alternatively it's too clever for us =).
Tomi