Re: [PATCH] edac: Fix build error caused by wrong member access

2014-09-15 Thread Borislav Petkov
On Tue, Aug 19, 2014 at 05:10:46PM -0400, Pranith Kumar wrote: > Fix the following error > > drivers/edac/ppc4xx_edac.c:977:45: error: request for member 'dimm' in > something > not a structure or union > > by changing member access to pointer dereference > > Signed-off-by: Pranith Kumar > CC

Re: [PATCH] edac: Fix build error caused by wrong member access

2014-08-21 Thread Pranith Kumar
On Thu, Aug 21, 2014 at 5:28 PM, Andrew Morton wrote: > > This driver seems pretty unhealthy and I suspect it has been > broken for quite a while. > > drivers/edac/ppc4xx_edac.c: In function 'mfsdram': > drivers/edac/ppc4xx_edac.c:249: error: implicit declaration of function > '__mfdcri' > driver

Re: [PATCH] edac: Fix build error caused by wrong member access

2014-08-21 Thread Andrew Morton
On Tue, 19 Aug 2014 17:10:46 -0400 Pranith Kumar wrote: > Fix the following error > > drivers/edac/ppc4xx_edac.c:977:45: error: request for member 'dimm' in > something > not a structure or union > > by changing member access to pointer dereference > > --- a/drivers/edac/ppc4xx_edac.c > +++

[PATCH] edac: Fix build error caused by wrong member access

2014-08-19 Thread Pranith Kumar
Fix the following error drivers/edac/ppc4xx_edac.c:977:45: error: request for member 'dimm' in something not a structure or union by changing member access to pointer dereference Signed-off-by: Pranith Kumar CC: Andre Morton --- drivers/edac/ppc4xx_edac.c | 2 +- 1 file changed, 1 insertion(