From patchwork Thu Jan 7 22:18:09 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Ren=C3=A9_Bolldorf?= X-Patchwork-Id: 42482 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CBD3DB6EF7 for ; Fri, 8 Jan 2010 09:22:51 +1100 (EST) Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1NT0gd-00075y-4q; Thu, 07 Jan 2010 22:18:35 +0000 Received: from mail-bw0-f212.google.com ([209.85.218.212]) by bombadil.infradead.org with esmtp (Exim 4.69 #1 (Red Hat Linux)) id 1NT0g0-000747-9Q for linux-mtd@lists.infradead.org; Thu, 07 Jan 2010 22:18:00 +0000 Received: by bwz4 with SMTP id 4so11970423bwz.2 for ; Thu, 07 Jan 2010 14:17:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=76wfmoVv+mHxzsWBFGir3cWgFs3A8XQql9rMsiEda5o=; b=jL+G4QQoB3SxJBsLbLMYmEAl820Kwxv0lAJ2iB0EUAR8JrCXDzzKWXAvdNGOCxYcRm K8bCqyCcViKaJ3GE+3u/hf3PgSqkpqW4P6h63MUd0VLYkTZ2wWQCCzUyEQfm7WZGGP7U zh9sj20yXk8tTkgV70ZZ5ZLC49yd9JWuC6N7o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=SJ6t2F4e8zyKsGX2qeflEXNXw5mHA7csPXnLoUDLvEkTV74hFRdjHG0By/14J8xbcQ DoLGbmpVY7gFS/+kGnKgb9+fM0LsFzoCMflvowwRgbF1CnK4W+5th0ijlkdz8t5QhOi0 0KoxcE58qo+uGW3r16urvSry0zZNOupKP19Fo= Received: by 10.204.2.73 with SMTP id 9mr896808bki.159.1262902674778; Thu, 07 Jan 2010 14:17:54 -0800 (PST) Received: from ?192.168.1.2? (dslb-088-071-103-054.pools.arcor-ip.net [88.71.103.54]) by mx.google.com with ESMTPS id 14sm7560249bwz.13.2010.01.07.14.17.53 (version=SSLv3 cipher=RC4-MD5); Thu, 07 Jan 2010 14:17:54 -0800 (PST) Message-ID: <4B465DA1.6010300@googlemail.com> Date: Thu, 07 Jan 2010 23:18:09 +0100 From: =?ISO-8859-1?Q?Ren=E9_Bolldorf?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 MIME-Version: 1.0 To: David Woodhouse Subject: [PATCH]drivers/mtd/chips/cfi_probe.c:18 remove unneeded comment X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20100107_171756_437727_E62FE243 X-CRM114-Status: GOOD ( 12.92 ) X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.2.5 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- _SUMMARY_ Cc: linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-mtd-bounces@lists.infradead.org Errors-To: linux-mtd-bounces+incoming=patchwork.ozlabs.org@lists.infradead.org --- ./drivers/mtd/chips/cfi_probe.c 2009-12-28 21:09:46.638828686 +0100 +++ ./drivers/mtd/chips/cfi_probe.c 2010-01-04 22:38:31.536678726 +0100 @@ -18,8 +18,6 @@ #include #include -//#define DEBUG_CFI - #ifdef DEBUG_CFI static void print_cfi_ident(struct cfi_ident *); #endif