Re: [PATCH 2/2] iio: dac: max5821: Fix module autoload for OF platform driver

2015-09-20 Thread Jonathan Cameron
On 17/09/15 18:02, Luis de Bethencourt wrote: > This platform driver has a OF device ID table but the OF module > alias information is not created so module autoloading won't work. > > Signed-off-by: Luis de Bethencourt Thanks Applied to the togreg branch of iio.git. As stated before I am treat

[PATCH 2/2] iio: dac: max5821: Fix module autoload for OF platform driver

2015-09-17 Thread Luis de Bethencourt
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt --- drivers/iio/dac/max5821.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/iio/dac/max5821.c b/drivers/iio/dac/max5