From patchwork Thu Feb 10 10:41:02 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Will Newton X-Patchwork-Id: 546021 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 p1AAfCHv016302 for ; Thu, 10 Feb 2011 10:41:12 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756132Ab1BJKlF (ORCPT ); Thu, 10 Feb 2011 05:41:05 -0500 Received: from mail-bw0-f46.google.com ([209.85.214.46]:52996 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756129Ab1BJKlD (ORCPT ); Thu, 10 Feb 2011 05:41:03 -0500 Received: by mail-bw0-f46.google.com with SMTP id 15so1947000bwz.19 for ; Thu, 10 Feb 2011 02:41:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=lHiGo3ClLO5VA5kyKZMNT96g9eIqUMfyz+iyUt3SRes=; b=ww9Ft504ZrZtPAlXVCjTNhbBzqkPuGpVXbssBapaEqLyXR3AVD4zBW7k0oqbCO4qkv njWRBzV1i55S98Nrn+KqWgm5jOsh+4MEICfn6LSdYClqGWb/QtR+Ags5hZnW9rPqli+S T4YMgITd1oSqtZB6lfS8J5I42LLrr4js8BDf8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=LwlmR2bOH7KHRFWrSdqWuefW7nk7O2UKA3S3MnqBfFnYVRZb0i4rhDxUDKBdC1ca41 3EwlvdoBDp+p2dIlESIvRVMMC9i6c0Ofbd6lH4EyyoukXScLSM7rASe4J8X3xeB5DbHh le2IYILXslx6CXIHYBmBEU6U3JxyAc7hF6S+k= MIME-Version: 1.0 Received: by 10.204.128.200 with SMTP id l8mr10149462bks.60.1297334462493; Thu, 10 Feb 2011 02:41:02 -0800 (PST) Received: by 10.204.75.70 with HTTP; Thu, 10 Feb 2011 02:41:02 -0800 (PST) Date: Thu, 10 Feb 2011 10:41:02 +0000 Message-ID: Subject: [PATCH] mmc: Improve MMC_TEST config text. From: Will Newton To: linux-mmc@vger.kernel.org, Chris Ball Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 10 Feb 2011 10:41:12 +0000 (UTC) diff --git a/drivers/mmc/card/Kconfig b/drivers/mmc/card/Kconfig index 2a876c4..3b1f783 100644 --- a/drivers/mmc/card/Kconfig +++ b/drivers/mmc/card/Kconfig @@ -58,12 +58,11 @@ config SDIO_UART config MMC_TEST tristate "MMC host test driver" - default n help Development driver that performs a series of reads and writes to a memory card in order to expose certain well known bugs in host controllers. The tests are executed by writing to the - "test" file in sysfs under each card. Note that whatever is + "test" file in debugfs under each card. Note that whatever is on your card will be overwritten by these tests. This driver is only of interest to those developing or