From: Dan Carpenter Date: Sat, 10 Aug 2013 23:03:21 +0000 (+0300) Subject: iwlwifi: pcie: returning positive instead of negative X-Git-Tag: v3.12-rc1~132^2~84^2^2~55^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ab9ba0fdfa20e81c4454c57f534585a264cb238;p=pandora-kernel.git iwlwifi: pcie: returning positive instead of negative There is a missing '-' character here so we return positive 'ENOMEM' instead of negative. The caller doesn't care. All non-zero returns are translated to '-ENOMEM' in iwl_pcie_nic_init(). This is just a cleanup. Signed-off-by: Dan Carpenter Signed-off-by: Johannes Berg --- Reading git-diff-tree failed