From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2on0146.outbound.protection.outlook.com [65.55.169.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 393F71A0655 for ; Sat, 13 Dec 2014 16:02:52 +1100 (AEDT) From: Amit Tomar To: Scott Wood Subject: Re: [Patch] :Fix ISR return value in i2c-mpc.c Date: Sat, 13 Dec 2014 05:02:43 +0000 Message-ID: <1418463159211.45307@freescale.com> References: , <1418418631.5581.68.camel@freescale.com> In-Reply-To: <1418418631.5581.68.camel@freescale.com> Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Cc: "linuxppc-dev@lists.ozlabs.org" , "agraf@suse.de" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sorry for sending it to wrong mailing-list :(=0A= =0A= Thanks,=0A= Amit.=0A= ________________________________________=0A= From: Wood Scott-B07421=0A= Sent: Saturday, December 13, 2014 2:40 AM=0A= To: Tomar Amit-B51888=0A= Cc: linuxppc-dev@lists.ozlabs.org; agraf@suse.de=0A= Subject: Re: [Patch] :Fix ISR return value in i2c-mpc.c=0A= =0A= On Fri, 2014-12-12 at 11:17 +0000, Amit Tomar wrote:=0A= > In current scenario, ISR of i2c-mpc.c is returning IRQ_HANDLED for doing = nothing which is not right .=0A= >=0A= > With below patch ISR now return IRQ_NONE for doing nothing and IRQ_HANDLE= D for doing handler work.=0A= =0A= Wrap the commit message at around 65-70 characters, change the subject=0A= to "[PATCH] i2c/mpc: Fix ISR return value", and send to the proper=0A= mailing list/maintainers for i2c (see the MAINTAINERS file).=0A= =0A= -Scott=0A= =0A= =0A=