From: Dan Carpenter Date: Thu, 6 Oct 2011 06:30:25 +0000 (-0400) Subject: amd64_edac: Cleanup return type of amd64_determine_edac_cap() X-Git-Tag: v3.2-rc1~118^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f6189ed18cbd99d90bffdbc76c3adc54418b2fd;p=pandora-kernel.git amd64_edac: Cleanup return type of amd64_determine_edac_cap() Sparse complains that edac_cap was declared as dev_type and we are returning edac_type. Historically, edac_type was correct but since then we have changed it to return a bit field. Signed-off-by: Dan Carpenter Link: http://lkml.kernel.org/r/20111006063025.GA2615@mwanda Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed