Loading drivers/devfreq/governor_memlat.c +3 −2 Original line number Original line Diff line number Diff line /* /* * Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2015-2019, The Linux Foundation. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -195,7 +195,8 @@ static int gov_start(struct devfreq *df) node->orig_data = df->data; node->orig_data = df->data; df->data = node; df->data = node; if (start_monitor(df)) ret = start_monitor(df); if (ret) goto err_start; goto err_start; ret = sysfs_create_group(&df->dev.kobj, node->attr_grp); ret = sysfs_create_group(&df->dev.kobj, node->attr_grp); Loading Loading
drivers/devfreq/governor_memlat.c +3 −2 Original line number Original line Diff line number Diff line /* /* * Copyright (c) 2015-2018, The Linux Foundation. All rights reserved. * Copyright (c) 2015-2019, The Linux Foundation. All rights reserved. * * * This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -195,7 +195,8 @@ static int gov_start(struct devfreq *df) node->orig_data = df->data; node->orig_data = df->data; df->data = node; df->data = node; if (start_monitor(df)) ret = start_monitor(df); if (ret) goto err_start; goto err_start; ret = sysfs_create_group(&df->dev.kobj, node->attr_grp); ret = sysfs_create_group(&df->dev.kobj, node->attr_grp); Loading