mirror of
https://github.com/torvalds/linux.git
synced 2026-09-01 13:39:03 +02:00
When a list is completely iterated with 'list_for_each_entry(x, ...)', x is
not NULL at the end.
While at it, remove a useless initialization of the ndev variable. It
is overridden by 'list_for_each_entry'.
Fixes:
|
||
|---|---|---|
| .. | ||
| cpt | ||
| nitrox | ||
| zip | ||
| Makefile | ||