commit | cdbd3865acc2e98a349b41d130985e6f5f2dfc19 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Mon Oct 15 19:34:37 2007 +1000 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Oct 15 14:29:49 2007 -0400 |
tree | 8df0ce10364d82c205ed6ec7d8ab9af9a2fe2989 | |
parent | 83f34df4e7c8794a5a81ede663fe184f4201308a [diff] |
Use dcr_host_t.base in dcr_unmap() With the base stored in dcr_host_t, there's no need for callers to pass the dcr_n into dcr_unmap(). In fact this removes the possibility of them passing the incorrect value, which would then be iounmap()'ed. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Jeff Garzik <jeff@garzik.org>