From: Ben Hutchings Date: Mon, 14 Jan 2013 21:23:16 +0000 (+0000) Subject: sfc: Merge efx_filter_search() into efx_filter_insert() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~507^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=297891cecc23b85c6b788b0ec6f2f7e71d89003e;p=pandora-kernel.git sfc: Merge efx_filter_search() into efx_filter_insert() efx_filter_search() is only called from efx_filter_insert(), and neither function is very long. The following bug fix requires a more sophisticated search with a third result, which is going to be easier to implement as part of the same function. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed