From: Dan Carpenter Date: Fri, 14 Aug 2015 08:54:59 +0000 (+0300) Subject: net: ethernet: micrel: fix an error code X-Git-Tag: omap-for-v4.3/fixes-merge-window~77^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2902bc66fa7a6d959e033e5358fd836e2839b5db;p=pandora-kernel.git net: ethernet: micrel: fix an error code The dma_mapping_error() function returns true or false. We should return -ENOMEM if it there is a dma mapping error. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed