Re: [PATCH] i2c: i2c-bcm-kona: Fix module build

2013-11-26 Thread Tim Kryger
On Tue, Nov 26, 2013 at 5:00 AM, Wolfram Sang 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] i2c: i2c-bcm-kona: Fix module build

2013-11-26 Thread Wolfram Sang
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 Applied to for-current, thanks! Have you also tried repeated module loading/unloading? signature.asc Description: Digital

Re: [PATCH] i2c: i2c-bcm-kona: Fix module build

2013-11-26 Thread Wolfram Sang
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.kry...@linaro.org Applied to for-current, thanks! Have you also tried repeated module loading/unloading? signature.asc

Re: [PATCH] i2c: i2c-bcm-kona: Fix module build

2013-11-26 Thread Tim Kryger
On Tue, Nov 26, 2013 at 5:00 AM, Wolfram Sang w...@the-dreams.de 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 -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the

[PATCH] i2c: i2c-bcm-kona: Fix module build

2013-11-25 Thread Tim Kryger
Correct a typo that prevented the driver from being built as a module. Signed-off-by: Tim Kryger --- 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

[PATCH] i2c: i2c-bcm-kona: Fix module build

2013-11-25 Thread Tim Kryger
Correct a typo that prevented the driver from being built as a module. Signed-off-by: Tim Kryger tim.kry...@linaro.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