Re: [PATCH 1/2] mfd: bcm590xx: Fix modalias prefix

2014-04-15 Thread Lee Jones
> This is a i2c driver, so uses i2c prefix in modalias. > > Signed-off-by: Axel Lin > --- > drivers/mfd/bcm590xx.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs F

[PATCH 1/2] mfd: bcm590xx: Fix modalias prefix

2014-03-31 Thread Axel Lin
This is a i2c driver, so uses i2c prefix in modalias. Signed-off-by: Axel Lin --- drivers/mfd/bcm590xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/bcm590xx.c b/drivers/mfd/bcm590xx.c index e9a33c7..40c0dd3 100644 --- a/drivers/mfd/bcm590xx.c +++ b/drivers/mf