Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 370746
b: refs/heads/master
c: ad18a36
h: refs/heads/master
v: v3
  • Loading branch information
Vasant Hegde authored and Michael Ellerman committed Apr 18, 2013
1 parent 8314632 commit 5bcc281
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bb18b3a47d5998d0c94f12b8334e660a0d70b272
refs/heads/master: ad18a364f186e085ea3194c1900d970d0cee8fad
5 changes: 5 additions & 0 deletions trunk/arch/powerpc/kernel/rtas_flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,11 @@ static void __exit rtas_flash_cleanup(void)
{
rtas_flash_term_hook = NULL;

if (rtas_firmware_flash_list) {
free_flash_list(rtas_firmware_flash_list);
rtas_firmware_flash_list = NULL;
}

if (flash_block_cache)
kmem_cache_destroy(flash_block_cache);

Expand Down

0 comments on commit 5bcc281

Please sign in to comment.