From patchwork Tue Aug 14 20:55:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Carvalho Chehab X-Patchwork-Id: 1323261 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 714753FD8C for ; Tue, 14 Aug 2012 20:55:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757559Ab2HNUzi (ORCPT ); Tue, 14 Aug 2012 16:55:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21819 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757496Ab2HNUzh (ORCPT ); Tue, 14 Aug 2012 16:55:37 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7EKtb5X030001 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 14 Aug 2012 16:55:37 -0400 Received: from pedra (vpn1-6-21.gru2.redhat.com [10.97.6.21]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q7EKtWGx002397 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 14 Aug 2012 16:55:35 -0400 Received: from v4l by pedra with local (Exim 4.76) (envelope-from ) id 1T1O9D-00050b-HQ; Tue, 14 Aug 2012 17:55:31 -0300 From: Mauro Carvalho Chehab Cc: Mauro Carvalho Chehab , Linux Media Mailing List Subject: [PATCH 08/12] [media] mmc/Kconfig: Improve driver name for siano mmc/sdio driver Date: Tue, 14 Aug 2012 17:55:23 -0300 Message-Id: <1344977727-16319-9-git-send-email-mchehab@redhat.com> In-Reply-To: <1344977727-16319-1-git-send-email-mchehab@redhat.com> References: <1344977727-16319-1-git-send-email-mchehab@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 To: unlisted-recipients:; (no To-header on input) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Signed-off-by: Mauro Carvalho Chehab --- drivers/media/mmc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/mmc/Kconfig b/drivers/media/mmc/Kconfig index 0f2a957..8c30ada 100644 --- a/drivers/media/mmc/Kconfig +++ b/drivers/media/mmc/Kconfig @@ -1 +1,2 @@ +comment "Supported MMC/SDIO adapters" source "drivers/media/mmc/siano/Kconfig"