]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
amd64_edac: Remove superfluous condition check.
authorAravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Wed, 11 Sep 2013 15:55:58 +0000 (10:55 -0500)
committerBorislav Petkov <bp@suse.de>
Thu, 19 Sep 2013 07:55:20 +0000 (09:55 +0200)
commitc3e511e4c4d9cb962976f63d37816ff8e8efacc5
tree7590df0290d2322a775d057fa1e9d7c8a2c4cc40
parent272b98c6455f00884f0350f775c5342358ebb73f
amd64_edac: Remove superfluous condition check.

The condition check 'channel < 0' is needless since channel is unsigned.

Reported-by: Dave Jones <davej@redhat.com>
Signed-off-by: Aravind Gopalakrishnan <Aravind.Gopalakrishnan@amd.com>
Link: http://lkml.kernel.org/r/20130905144353.GB15894@redhat.com
Signed-off-by: Borislav Petkov <bp@suse.de>
drivers/edac/amd64_edac.c