amd64_edac: Fix condition to verify max channels allowed for F15 M30h
authorAravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Wed, 4 Dec 2013 17:40:11 +0000 (11:40 -0600)
committerBorislav Petkov <bp@suse.de>
Fri, 6 Dec 2013 09:04:17 +0000 (10:04 +0100)
commit7f3f5240ce64b2b59e2a9a338b4a38931724192a
tree958606e908ec49d2a0e7b8c91de5c38d05fca800
parentc92132f5980666c7a52ecb53d98226c9986d32cd
amd64_edac: Fix condition to verify max channels allowed for F15 M30h

The value returned from 'f15_m30h_determine_channel' will
always be 0x3 max. The condition

(channel > 4 || channel < 0)

works as hardware never returns a value of 4, but
it leads to static checker analysis errors like
http://marc.info/?l=linux-edac&m=138607615131951&w=2.

Fix that.

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Link: http://lkml.kernel.org/r/20131203130857.GA32170@elgon.mountain
[ Boris: massage commit message a bit. ]
Signed-off-by: Borislav Petkov <bp@suse.de>
drivers/edac/amd64_edac.c
This page took 0.025035 seconds and 5 git commands to generate.