OpenCloudOS-Kernel/drivers/net/wireless/iwlwifi/pcie
Dan Carpenter 2ab9ba0fdf 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 <dan.carpenter@oracle.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-08-12 15:21:20 +02:00
..
drv.c iwlwifi: pcie: don't swallow error codes in iwl_trans_pcie_alloc() 2013-08-12 15:20:29 +02:00
internal.h iwlwifi: move dump_fh into common code 2013-07-16 13:12:54 +03:00
rx.c iwlwifi: pcie: Remove duplicate code from pcie irq handlers 2013-08-09 14:38:29 +02:00
trans.c iwlwifi: pcie: don't swallow error codes in iwl_trans_pcie_alloc() 2013-08-12 15:20:29 +02:00
tx.c iwlwifi: pcie: returning positive instead of negative 2013-08-12 15:21:20 +02:00