Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 410033
Collapse All | Expand All

(-)src/cpufreqd_acpi_battery.c~ (-1 / +1 lines)
Lines 177-183 Link Here
177
		if (open_battery(&info[i]) != 0) {
177
		if (open_battery(&info[i]) != 0) {
178
			clog(LOG_WARNING, "Couldn't open %s attributes\n",
178
			clog(LOG_WARNING, "Couldn't open %s attributes\n",
179
					info[i].cdev->name);
179
					info[i].cdev->name);
180
			close_battery(&info[i]);
180
			//close_battery(&info[i]);
181
		}
181
		}
182
	}
182
	}
183
	clog(LOG_INFO, "found %d Batter%s\n", bat_dir_num,
183
	clog(LOG_INFO, "found %d Batter%s\n", bat_dir_num,

Return to bug 410033