Skip to content

error timeconst.pl

Can’t use ‘defined(@array)’ (Maybe you should just omit the defined()?) at kernel/timeconst.pl line 373.

vi /data/R8500/R8500-V1.0.0.28_1.0.15_src/components/opensource/linux/linux-2.6.36/kernel/timeconst.pl 
 	@val = @{$canned_values{$hz}};
-	if (!defined(@val)) {
+	if (!@val) {
 		@val = compute_values($hz);
 	}
 	output($hz, @val);
Published inUncategorized

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *