i5100_edac: Remove an unneeded condition in i5100_init_csrows()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 13 Feb 2014 11:17:38 +0000 (14:17 +0300)
committerBorislav Petkov <bp@suse.de>
Thu, 20 Feb 2014 10:52:58 +0000 (11:52 +0100)
We checked that "npages" was not zero a couple lines earlier so we can
remove this and pull the code in one indent level.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: http://lkml.kernel.org/r/20140213111738.GB15549@elgon.mountain
Signed-off-by: Borislav Petkov <bp@suse.de>

No differences found