From: Jakub Kicinski Date: Wed, 12 Aug 2015 00:41:55 +0000 (+0200) Subject: gianfar: correct filer table writing X-Git-Tag: omap-for-v4.3/fixes-merge-window~107^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a898fe040f62a32b90e26dc1f1b5973608054b29;p=pandora-kernel.git gianfar: correct filer table writing MAX_FILER_IDX is the last usable index. Using less-than will already guarantee that one entry for catch-all rule will be left, no need to subtract 1 here. Signed-off-by: Jakub Kicinski Signed-off-by: David S. Miller --- Reading git-diff-tree failed