From patchwork Sun Dec 5 06:41:17 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnaud Lacombe X-Patchwork-Id: 380691 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oB56aBSe015917 for ; Sun, 5 Dec 2010 06:42:11 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752263Ab0LEGmK (ORCPT ); Sun, 5 Dec 2010 01:42:10 -0500 Received: from mail-gy0-f174.google.com ([209.85.160.174]:53320 "EHLO mail-gy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751186Ab0LEGmK (ORCPT ); Sun, 5 Dec 2010 01:42:10 -0500 Received: by mail-gy0-f174.google.com with SMTP id 11so5490213gyb.19 for ; Sat, 04 Dec 2010 22:42:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer:in-reply-to:references; bh=DijbG0+3LfV5yari4XAwhJ7zbMWzkjXn7PjlhV42o4s=; b=Qht2K04O9YdRmVCR8CqhjVhmzcpir3RVt1xhN0VjzGkXvJTbEc0pNMl7tAM/IyKcf1 pof4gO4fehjhsaRN1SGQgRLbfsYdIYe8bB96Pt1O2W8rpDd0vj5NPOcI+0w5yjjYEVIp CFctOAjXd20l12Q4XuguizXU7QNz3UOG2sSZI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; b=O3VW4OJL6OxGKJ8Eatm/P/T8GotyVdbvSWtT63VCoXeAd6ydEK9eLZ3tC3YOsRkhZP ivtC/RCmFxU7m9mN83hLPHibTe3cG2OOzqD++kHZMDWKGD0HGGvMx4OCHDaSljAuG9SI 0dEpYDAu7FJQ1WVekYTkS+z03y5Yz2HcwGcw4= Received: by 10.101.131.18 with SMTP id i18mr2909739ann.27.1291531329732; Sat, 04 Dec 2010 22:42:09 -0800 (PST) Received: from localhost.localdomain (75-119-248-218.dsl.teksavvy.com [75.119.248.218]) by mx.google.com with ESMTPS id x31sm3881518ana.29.2010.12.04.22.42.08 (version=SSLv3 cipher=RC4-MD5); Sat, 04 Dec 2010 22:42:09 -0800 (PST) From: Arnaud Lacombe To: linux-kbuild@vger.kernel.org Cc: Arnaud Lacombe Subject: [PATCH 4/5] kconfig/conf: merge duplicate switch's case Date: Sun, 5 Dec 2010 01:41:17 -0500 Message-Id: <1291531278-7395-4-git-send-email-lacombar@gmail.com> X-Mailer: git-send-email 1.7.2.30.gc37d7.dirty In-Reply-To: <1291531278-7395-1-git-send-email-lacombar@gmail.com> References: <1291531278-7395-1-git-send-email-lacombar@gmail.com> Sender: linux-kbuild-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Sun, 05 Dec 2010 06:42:11 +0000 (UTC) diff --git a/scripts/kconfig/conf.c b/scripts/kconfig/conf.c index 1b58129..8e33aa7 100644 --- a/scripts/kconfig/conf.c +++ b/scripts/kconfig/conf.c @@ -541,8 +541,6 @@ int main(int ac, char **av) } break; case savedefconfig: - conf_read(NULL); - break; case silentoldconfig: case oldaskconfig: case oldconfig: