From patchwork Thu Jul 14 17:26:02 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnaud Lacombe X-Patchwork-Id: 975502 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p6EHQLES008967 for ; Thu, 14 Jul 2011 17:26:21 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932195Ab1GNR0V (ORCPT ); Thu, 14 Jul 2011 13:26:21 -0400 Received: from mail-yw0-f46.google.com ([209.85.213.46]:42936 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932139Ab1GNR0U (ORCPT ); Thu, 14 Jul 2011 13:26:20 -0400 Received: by ywe9 with SMTP id 9so196027ywe.19 for ; Thu, 14 Jul 2011 10:26:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=aeMIAAEn+IQdSlzZjPMIVivQy7CZrMz/Mo/s3WQUGiM=; b=vBZel36DDJiS2u5Ucl5ckn5Dw9eZBqTqqY7kEZbcmknCfChMAePaPkhMSWBYUTaUK7 uj5gLvWHgauxEW9XU4dkIbndRyJsWeuX4dlQqF8G9NrFkMt0wnqAon6vVAiteHDNfG1M Q/QN9YxfNBwKotZoHwhUU6jOtUz2t40LBTfzY= Received: by 10.150.31.19 with SMTP id e19mr2585345ybe.205.1310664379970; Thu, 14 Jul 2011 10:26:19 -0700 (PDT) Received: from localhost.localdomain ([184.175.3.95]) by mx.google.com with ESMTPS id i9sm833313ybe.11.2011.07.14.10.26.17 (version=SSLv3 cipher=OTHER); Thu, 14 Jul 2011 10:26:18 -0700 (PDT) From: Arnaud Lacombe To: linux-kbuild@vger.kernel.org Cc: Arnaud Lacombe , Mauro Carvalho Chehab , Randy Dunlap Subject: [PATCH] media/Kconfig: fix hexadecimal prefix for `hex' symbols Date: Thu, 14 Jul 2011 13:26:02 -0400 Message-Id: <1310664362-28100-1-git-send-email-lacombar@gmail.com> X-Mailer: git-send-email 1.7.3.4.574.g608b.dirty In-Reply-To: <20110713151724.3b16ce77.rdunlap@xenotime.net> References: <20110713151724.3b16ce77.rdunlap@xenotime.net> 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.6 (demeter2.kernel.org [140.211.167.43]); Thu, 14 Jul 2011 17:26:21 +0000 (UTC) Cc: Mauro Carvalho Chehab Cc: Randy Dunlap Signed-off-by: Arnaud Lacombe --- drivers/media/radio/Kconfig | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index e4c97fd..9cab04d 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@ -58,7 +58,7 @@ config RADIO_RTRACK config RADIO_RTRACK_PORT hex "RadioTrack i/o port (0x20f or 0x30f)" depends on RADIO_RTRACK=y - default "20f" + default "0x20f" help Enter either 0x30f or 0x20f here. The card default is 0x30f, if you haven't changed the jumper setting on the card. @@ -81,7 +81,7 @@ config RADIO_RTRACK2 config RADIO_RTRACK2_PORT hex "RadioTrack II i/o port (0x20c or 0x30c)" depends on RADIO_RTRACK2=y - default "30c" + default "0x30c" help Enter either 0x30c or 0x20c here. The card default is 0x30c, if you haven't changed the jumper setting on the card. @@ -104,7 +104,7 @@ config RADIO_AZTECH config RADIO_AZTECH_PORT hex "Aztech/Packard Bell I/O port (0x350 or 0x358)" depends on RADIO_AZTECH=y - default "350" + default "0x350" help Enter either 0x350 or 0x358 here. The card default is 0x350, if you haven't changed the setting of jumper JP3 on the card. Removing the @@ -133,7 +133,7 @@ config RADIO_GEMTEK config RADIO_GEMTEK_PORT hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0c24c or 0x28c)" depends on RADIO_GEMTEK=y - default "34c" + default "0x34c" help Enter either 0x20c, 0x30c, 0x24c or 0x34c here. The card default is 0x34c, if you haven't changed the jumper setting on the card. On @@ -237,7 +237,7 @@ config RADIO_TERRATEC config RADIO_TERRATEC_PORT hex "Terratec i/o port (normally 0x590)" depends on RADIO_TERRATEC=y - default "590" + default "0x590" help Fill in the I/O port of your TerraTec FM radio card. If unsure, go with the default. @@ -255,7 +255,7 @@ config RADIO_TRUST config RADIO_TRUST_PORT hex "Trust i/o port (usually 0x350 or 0x358)" depends on RADIO_TRUST=y - default "350" + default "0x350" help Enter the I/O port of your Trust FM radio card. If unsure, try the values "0x350" or "0x358". @@ -278,7 +278,7 @@ config RADIO_TYPHOON config RADIO_TYPHOON_PORT hex "Typhoon I/O port (0x316 or 0x336)" depends on RADIO_TYPHOON=y - default "316" + default "0x316" help Enter the I/O port of your Typhoon or EcoRadio radio card. @@ -312,7 +312,7 @@ config RADIO_ZOLTRIX config RADIO_ZOLTRIX_PORT hex "ZOLTRIX I/O port (0x20c or 0x30c)" depends on RADIO_ZOLTRIX=y - default "20c" + default "0x20c" help Enter the I/O port of your Zoltrix radio card.