public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Axel Lin <axel.lin@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: J Keerthy <j-keerthy@ti.com>, Samuel Ortiz <sameo@linux.intel.com>
Subject: [PATCH 1/3] mfd: twl4030-madc: add "platform:" prefix for platform modalias
Date: Mon, 07 Mar 2011 11:02:29 +0800	[thread overview]
Message-ID: <1299466949.3879.0.camel@mola> (raw)

Since 43cc71eed1250755986da4c0f9898f9a635cb3bf (platform: prefix MODALIAS
with "platform:"), the platform modalias is prefixed with "platform:".

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/mfd/twl4030-madc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/twl4030-madc.c b/drivers/mfd/twl4030-madc.c
index e9884e2..3941ddc 100644
--- a/drivers/mfd/twl4030-madc.c
+++ b/drivers/mfd/twl4030-madc.c
@@ -799,4 +799,4 @@ module_exit(twl4030_madc_exit);
 MODULE_DESCRIPTION("TWL4030 ADC driver");
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("J Keerthy");
-MODULE_ALIAS("twl4030_madc");
+MODULE_ALIAS("platform:twl4030_madc");
-- 
1.7.2




             reply	other threads:[~2011-03-07  2:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-07  3:02 Axel Lin [this message]
2011-03-07  3:04 ` [PATCH 2/3] mtd: add "platform:" prefix for platform modalias Axel Lin
2011-03-08 11:01   ` Artem Bityutskiy
2011-03-07  3:05 ` [PATCH 3/3] hwmon: twl4030-madc-hwmon: " Axel Lin
2011-03-08  1:23   ` Guenter Roeck
2011-03-28  6:43   ` Guenter Roeck
2011-03-14 10:23 ` [PATCH 1/3] mfd: twl4030-madc: " Samuel Ortiz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1299466949.3879.0.camel@mola \
    --to=axel.lin@gmail.com \
    --cc=j-keerthy@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sameo@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox