From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1bn0108.outbound.protection.outlook.com [157.56.110.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id E62B61A09D2 for ; Sat, 13 Dec 2014 08:10:46 +1100 (AEDT) Message-ID: <1418418631.5581.68.camel@freescale.com> Subject: Re: [Patch] :Fix ISR return value in i2c-mpc.c From: Scott Wood To: Amit Tomar Date: Fri, 12 Dec 2014 15:10:31 -0600 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" 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: , On Fri, 2014-12-12 at 11:17 +0000, Amit Tomar wrote: > In current scenario, ISR of i2c-mpc.c is returning IRQ_HANDLED for doing nothing which is not right . > > With below patch ISR now return IRQ_NONE for doing nothing and IRQ_HANDLED for doing handler work. Wrap the commit message at around 65-70 characters, change the subject to "[PATCH] i2c/mpc: Fix ISR return value", and send to the proper mailing list/maintainers for i2c (see the MAINTAINERS file). -Scott