RISC-V: Free-up initrd in free_initrd_mem()
authorAnup Patel <anup.patel@wdc.com>
Wed, 13 Feb 2019 11:13:01 +0000 (16:43 +0530)
committerAnup Patel <anup@brainfault.org>
Thu, 21 Feb 2019 05:56:50 +0000 (11:26 +0530)
commit823900cd01301c4720b23afa9f3d08036e07245a
tree2e1087efc0139a78b7e50891cdb9af8cd19c29c9
parentf2c17aabc917e1092eedb16fa2b8891e9379f7e6
RISC-V: Free-up initrd in free_initrd_mem()

We should free-up initrd memory in free_initrd_mem() instead
of doing nothing.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
arch/riscv/mm/init.c