mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
staging: dgap: adds missing iounmap for re_map_port in dgap_release_remap()
Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
476f6bc80b
commit
b23e487903
@@ -1026,6 +1026,7 @@ static void dgap_release_remap(struct board_t *brd)
|
||||
release_mem_region(brd->membase, 0x200000);
|
||||
release_mem_region(brd->membase + PCI_IO_OFFSET, 0x200000);
|
||||
iounmap(brd->re_map_membase);
|
||||
iounmap(brd->re_map_port);
|
||||
}
|
||||
/*****************************************************************************
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user