* [PATCH] i2c: i2c-bcm-kona: Fix module build
@ 2013-11-25 20:01 Tim Kryger
[not found] ` <1385409678-4398-1-git-send-email-tim.kryger-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Tim Kryger @ 2013-11-25 20:01 UTC (permalink / raw)
To: Wolfram Sang, Grant Likely, Rob Herring, Guenter Roeck
Cc: Tim Kryger, Linux I2C List, Linux Kernel Mailing List,
Linaro Patches List
Correct a typo that prevented the driver from being built as a module.
Signed-off-by: Tim Kryger <tim.kryger-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
---
drivers/i2c/busses/i2c-bcm-kona.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i2c/busses/i2c-bcm-kona.c b/drivers/i2c/busses/i2c-bcm-kona.c
index 036cf03..2fefc24 100644
--- a/drivers/i2c/busses/i2c-bcm-kona.c
+++ b/drivers/i2c/busses/i2c-bcm-kona.c
@@ -891,7 +891,7 @@ static const struct of_device_id bcm_kona_i2c_of_match[] = {
{.compatible = "brcm,kona-i2c",},
{},
};
-MODULE_DEVICE_TABLE(of, kona_i2c_of_match);
+MODULE_DEVICE_TABLE(of, bcm_kona_i2c_of_match);
static struct platform_driver bcm_kona_i2c_driver = {
.driver = {
--
1.8.0.1
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <1385409678-4398-1-git-send-email-tim.kryger-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>]
* Re: [PATCH] i2c: i2c-bcm-kona: Fix module build [not found] ` <1385409678-4398-1-git-send-email-tim.kryger-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> @ 2013-11-26 13:00 ` Wolfram Sang 2013-11-27 1:15 ` Tim Kryger 0 siblings, 1 reply; 3+ messages in thread From: Wolfram Sang @ 2013-11-26 13:00 UTC (permalink / raw) To: Tim Kryger Cc: Grant Likely, Rob Herring, Guenter Roeck, Linux I2C List, Linux Kernel Mailing List, Linaro Patches List [-- Attachment #1: Type: text/plain, Size: 316 bytes --] On Mon, Nov 25, 2013 at 12:01:18PM -0800, Tim Kryger wrote: > Correct a typo that prevented the driver from being built as a module. > > Signed-off-by: Tim Kryger <tim.kryger-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Applied to for-current, thanks! Have you also tried repeated module loading/unloading? [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] i2c: i2c-bcm-kona: Fix module build 2013-11-26 13:00 ` Wolfram Sang @ 2013-11-27 1:15 ` Tim Kryger 0 siblings, 0 replies; 3+ messages in thread From: Tim Kryger @ 2013-11-27 1:15 UTC (permalink / raw) To: Wolfram Sang Cc: Grant Likely, Rob Herring, Guenter Roeck, Linux I2C List, Linux Kernel Mailing List, Linaro Patches List On Tue, Nov 26, 2013 at 5:00 AM, Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org> wrote: > Have you also tried repeated module loading/unloading? I ran a loop of insmod + rmmod 1000 times and didn't see any issues. Thanks, Tim Kryger ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-11-27 1:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-25 20:01 [PATCH] i2c: i2c-bcm-kona: Fix module build Tim Kryger
[not found] ` <1385409678-4398-1-git-send-email-tim.kryger-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2013-11-26 13:00 ` Wolfram Sang
2013-11-27 1:15 ` Tim Kryger
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox