diff options
author | Michael Weber <xmw@gentoo.org> | 2016-06-07 00:06:43 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2016-06-07 00:07:04 +0200 |
commit | 73fa064dc72e1eb9ad43670f0b3e216795efae36 (patch) | |
tree | 549970a2d458c597d92b2b55e0b5aa559119a2c3 /sys-power/phc-intel/files/phc-intel-0.3.2-rev21-trailing-space-4.5.patch | |
parent | sci-libs/cfitsio: Version bump (diff) | |
download | gentoo-73fa064dc72e1eb9ad43670f0b3e216795efae36.tar.gz gentoo-73fa064dc72e1eb9ad43670f0b3e216795efae36.tar.bz2 gentoo-73fa064dc72e1eb9ad43670f0b3e216795efae36.zip |
sys-power/phc-intel: Version bump (fixes bug 580938).
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'sys-power/phc-intel/files/phc-intel-0.3.2-rev21-trailing-space-4.5.patch')
-rw-r--r-- | sys-power/phc-intel/files/phc-intel-0.3.2-rev21-trailing-space-4.5.patch | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/sys-power/phc-intel/files/phc-intel-0.3.2-rev21-trailing-space-4.5.patch b/sys-power/phc-intel/files/phc-intel-0.3.2-rev21-trailing-space-4.5.patch new file mode 100644 index 000000000000..928edc616f7b --- /dev/null +++ b/sys-power/phc-intel/files/phc-intel-0.3.2-rev21-trailing-space-4.5.patch @@ -0,0 +1,51 @@ +--- phc-intel-pack-rev21/inc/4.5/linux-phc-0.3.2.patch ++++ phc-intel-pack-rev21/inc/4.5/linux-phc-0.3.2.patch +@@ -96,7 +96,7 @@ + static void __init acpi_cpufreq_boost_init(void) + { + if (boot_cpu_has(X86_FEATURE_CPB) || boot_cpu_has(X86_FEATURE_IDA)) { +-@@ -935,6 +932,491 @@ ++@@ -935,6 +932,496 @@ + } + } + +@@ -168,6 +168,7 @@ + + vid = extract_vid_from_control(perf->states[freq_table[i].driver_data].control); + + count += sprintf(&buf[count], "%u ", vid); + + } +++ if (count) count--; + + count += sprintf(&buf[count], "\n"); + + + + return count; +@@ -196,6 +197,7 @@ + + vid = extract_vid_from_control(data->original_controls[freq_table[i].driver_data]); + + count += sprintf(&buf[count], "%u ", vid); + + } +++ if (count) count--; + + count += sprintf(&buf[count], "\n"); + + + + return count; +@@ -221,6 +223,7 @@ + + fid = extract_fid_from_control(perf->states[freq_table[i].driver_data].control); + + count += sprintf(&buf[count], "%u ", fid); + + } +++ if (count) count--; + + count += sprintf(&buf[count], "\n"); + + + + return count; +@@ -251,6 +254,7 @@ + + vid = extract_vid_from_control(perf->states[freq_table[i].driver_data].control); + + count += sprintf(&buf[count], "%u:%u ", fid, vid); + + } +++ if (count) count--; + + count += sprintf(&buf[count], "\n"); + + + + return count; +@@ -284,6 +288,7 @@ + + vid = extract_vid_from_control(data->original_controls[freq_table[i].driver_data]); + + count += sprintf(&buf[count], "%u:%u ", fid, vid); + + } +++ if (count) count--; + + count += sprintf(&buf[count], "\n"); + + + + return count; |