pmaports/device/testing/linux-htc-k2ul/fix_perl.patch
Oliver Smith 64035ac463
device/*: move to device/testing/* (!1063)
Prepare for better device categorization by moving everything to testing
subdir first.

[skip-ci]: chicken-egg problem: passing pmaports CI depends on pmbootstrap MR
				depends on this MR

Related: postmarketos#16
2020-03-14 08:35:32 +01:00

12 lines
333 B
Diff

diff -Naur a/kernel/timeconst.pl b/kernel/timeconst.pl
--- a/kernel/timeconst.pl 2013-11-29 03:09:36.000000000 +0100
+++ b/kernel/timeconst.pl 2019-05-26 00:21:42.701338888 +0200
@@ -370,7 +370,7 @@
}
@val = @{$canned_values{$hz}};
- if (!defined(@val)) {
+ if (!@val) {
@val = compute_values($hz);
}
output($hz, @val);