pmaports/device/linux-htc-k2ul/fix_perl.patch
hacker12455 3336552bef
htc-k2u: new device (HTC One SV) (!412)
Device boots, USB networking works.

[ci:skip-build]: already built successfully in CI
2019-06-06 22:27:37 +02: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);