From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Berg Date: Mon, 12 Aug 2013 08:11:35 +0000 Subject: Re: [patch] iwlwifi: pcie: returning positive instead of negative Message-Id: <1376295095.11514.0.camel@jlt4.sipsolutions.net> List-Id: References: <20130810230321.GA19051@elgon.mountain> (sfid-20130811_010349_606599_4F723F94) In-Reply-To: <20130810230321.GA19051@elgon.mountain> (sfid-20130811_010349_606599_4F723F94) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: Emmanuel Grumbach , Intel Linux Wireless , "John W. Linville" , linux-wireless@vger.kernel.org, kernel-janitors@vger.kernel.org On Sun, 2013-08-11 at 02:03 +0300, Dan Carpenter wrote: > 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. Applied, thanks. johannes