From: Mark Einon Date: Wed, 20 Aug 2014 22:17:54 +0000 (+0100) Subject: staging: et131x: Use for loop to initialise contiguous macstat registers to zero X-Git-Tag: fixes-for-v3.18-merge-window~15^2~980 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=becce4a47ea488c8f4f6fc0048085efb6fff72e7;p=pandora-kernel.git staging: et131x: Use for loop to initialise contiguous macstat registers to zero Replace a long list of contiguous writel() calls with a for loop iterating over the same address values. Also remove redundant comments on the macstat registers, the variable names are good enough. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed