Home
last modified time | relevance | path

Searched hist:"35729218 b857e52aeae75f19b43f7b1a4fba0463" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/scripts/
H A Dget_maintainer.pl35729218b857e52aeae75f19b43f7b1a4fba0463 Thu Jan 07 12:45:38 UTC 2016 Heiko Schocher <hs@denx.de> get_maintainer: fix perl 5.22/5.24 deprecated/incompatible "\C" use

from linux commit ce8155f7a3d5:

Perl 5.22 emits a deprecated message when "\C" is used in a regex. Perl
5.24 will disallow it altogether.

Fix it by using [A-Z] instead of \C.

>From linux adapted to U-Boot by:
Signed-off-by: Heiko Schocher <hs@denx.de>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>