Skip to content

Commit

Permalink
staging: dgap: adds missing iounmap for re_map_port in dgap_release_r…
Browse files Browse the repository at this point in the history
…emap()

Signed-off-by: Daeseok Youn <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
daeseokyoun authored and gregkh committed Sep 24, 2014
1 parent 476f6bc commit b23e487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/dgap/dgap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
/*****************************************************************************
*
Expand Down

0 comments on commit b23e487

Please sign in to comment.