From: Eli Billauer Date: Tue, 17 Dec 2013 19:36:29 +0000 (+0200) Subject: staging: xillybus: Return -EIO if *_iomap fails, instead of 0 X-Git-Tag: v3.14-rc1~150^2~246 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9340e9dc9d000781a396917d3ca8e5a705cae765;p=pandora-kernel.git staging: xillybus: Return -EIO if *_iomap fails, instead of 0 This patch replicates the correction made by Wei Yongjun on a second occurrence of the same bug. The first correction was in commit 8eec4555511bfa1f8a2e0a2de45c988fd30c3efb. Bug fixed: The error code was not set, so the error condition wasn't reflected in the return value. Reported-by: Wei Yongjun Signed-off-by: Eli Billauer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed