diff options
Diffstat (limited to 'drivers/base/memory.c')
| -rw-r--r-- | drivers/base/memory.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/memory.c b/drivers/base/memory.c index c0436f46cfb7..67858eeb92ed 100644 --- a/drivers/base/memory.c +++ b/drivers/base/memory.c @@ -535,7 +535,7 @@ static DEVICE_ATTR_RW(auto_online_blocks);  static ssize_t crash_hotplug_show(struct device *dev,  				       struct device_attribute *attr, char *buf)  { -	return sysfs_emit(buf, "%d\n", crash_hotplug_memory_support()); +	return sysfs_emit(buf, "%d\n", crash_check_hotplug_support());  }  static DEVICE_ATTR_RO(crash_hotplug);  #endif  |