Re: [PATCH] ppc4xx_edac: Fix module autoload for OF platform driver

2015-10-03 Thread Borislav Petkov
On Thu, Sep 17, 2015 at 01:46:19PM +0200, 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 > --- > drivers/edac/ppc4xx_edac.c | 1 + > 1 file

Re: [PATCH] ppc4xx_edac: Fix module autoload for OF platform driver

2015-10-03 Thread Borislav Petkov
On Thu, Sep 17, 2015 at 01:46:19PM +0200, 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 > --- >

Re: [PATCH] ppc4xx_edac: Fix module autoload for OF platform driver

2015-09-17 Thread Johannes Thumshirn
Luis de Bethencourt writes: > 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 Reviewed-by: Johannes Thumshirn > --- > drivers/edac/ppc4xx_edac.c | 1 + > 1 file

[PATCH] ppc4xx_edac: 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/edac/ppc4xx_edac.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/edac/ppc4xx_edac.c

[PATCH] ppc4xx_edac: 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/edac/ppc4xx_edac.c | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [PATCH] ppc4xx_edac: Fix module autoload for OF platform driver

2015-09-17 Thread Johannes Thumshirn
Luis de Bethencourt writes: > 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 Reviewed-by: Johannes Thumshirn