From: Chun-Yi Lee Date: Wed, 21 Nov 2012 11:26:09 +0000 (+0000) Subject: sign-file: fix the perl warning message when extracting ASN.1 X-Git-Tag: v3.7-rc7~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=916492b1e1a186260951831c53a53d8a448dc026;p=pandora-kernel.git sign-file: fix the perl warning message when extracting ASN.1 There have the following warning message when running modules install for sign ko files: # make modules_install ... INSTALL drivers/input/touchscreen/pcap_ts.ko Found = in conditional, should be == at scripts/sign-file line 164. Found = in conditional, should be == at scripts/sign-file line 161. Found = in conditional, should be == at scripts/sign-file line 159. This patch change replace '=' by '==' in elsif conditions for avoid the above warning messages. Signed-off-by: Chun-Yi Lee Signed-off-by: David Howells Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed