depmod: fix hash lookup by relpath instead of uncrelpath
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 16 Nov 2012 13:35:30 +0000 (11:35 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 16 Nov 2012 13:39:41 +0000 (11:39 -0200)
commit06294621a944e4611e15ce8201df80870e052e7d
treeb6389a7c55d2eb14fca39ecb031bc86cbce3e7a8
parentc599606f7525580b0b418a361d1c7798ea6f19f3
depmod: fix hash lookup by relpath instead of uncrelpath

We index modules in depmod by it's uncompressed relative path, not
relative path. We didn't notice this bug before since this function is
only triggered if we release a module to be replaced by one of higher
priority.

Also fix a leftover log message referring to relpath instead of
uncrelpath.
tools/depmod.c