From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Date: Fri, 30 Mar 2012 11:53:13 +0000 Subject: Re: [PATCH] Drivers: hv: Fix return type of hv_post_message(). Message-Id: <20120330115313.GA3231@mwanda> List-Id: References: <1333107513-10434-1-git-send-email-santoshprasadnayak@gmail.com> In-Reply-To: <1333107513-10434-1-git-send-email-santoshprasadnayak@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org On Fri, Mar 30, 2012 at 05:08:33PM +0530, santosh nayak wrote: > From: Santosh Nayak > > On failed memory allocation 'hv_post_message()' returns -ENOMEM. > As return type of this function is 'u16', -ENOMEM becomes 65524. > Change the return type from 'u16' to 'int'. > > Signed-off-by: Santosh Nayak Too late. :P I just fixed this one two days ago... regards, dan carpenter