You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[MIPS] Fix oprofile module unloading
When unloading oprofile module with timer-mode, oprofile_arch_exit
dereferences a NULL pointer.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -114,5 +114,6 @@ int __init oprofile_arch_init(struct oprofile_operations *ops)
|
||||
|
||||
void oprofile_arch_exit(void)
|
||||
{
|
||||
model->exit();
|
||||
if (model)
|
||||
model->exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user