From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751241AbbFYEkU (ORCPT ); Thu, 25 Jun 2015 00:40:20 -0400 Received: from mail-pd0-f178.google.com ([209.85.192.178]:34069 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750831AbbFYEkN (ORCPT ); Thu, 25 Jun 2015 00:40:13 -0400 Date: Thu, 25 Jun 2015 10:10:05 +0530 From: Sudip Mukherjee To: Santosh Cc: abbotti@mev.co.uk, hsweeten@visionengravers.com, devel@driverdev.osuosl.org, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] staging : Comedi : comedi_fops : Fixed the return error code Message-ID: <20150625044005.GC3111@sudip-PC> References: <558AEE58.1060702@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <558AEE58.1060702@yahoo.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 24, 2015 at 11:22:24PM +0530, Santosh wrote: > try_module_get fails when the reference count of the module is not > allowed to be incremented ,and hence -ENXIO is returned indicating > no device or address. 1) this patch is 2/2, but then where is your 1/2 patch? 2) You have used "santosh" in your email From: header. use "santosh pai" there. It should be same as what you use in your Signed-off-by: regards sudip