Skip to content
Commit 2d34056d authored by Pranith Kumar's avatar Pranith Kumar Committed by Borislav Petkov
Browse files

ppc4xx_edac: Fix build error caused by wrong member access



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: default avatarPranith Kumar <bobby.prani@gmail.com>
Link: http://lkml.kernel.org/r/1408482646-22541-1-git-send-email-bobby.prani@gmail.com
CC: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarBorislav Petkov <bp@suse.de>
parent f4ce6eca
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment