From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tx2outboundpool.messaging.microsoft.com (tx2ehsobe005.messaging.microsoft.com [65.55.88.15]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mail.global.frontbridge.com", Issuer "MSIT Machine Auth CA 2" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 79C182C04A8 for ; Wed, 11 Sep 2013 08:26:24 +1000 (EST) Message-ID: <1378851975.12204.363.camel@snotra.buserror.net> Subject: Re: [PATCH 3/7] i2c/rtc-ds3232: Fix irq for probing From: Scott Wood To: York Sun Date: Tue, 10 Sep 2013 17:26:15 -0500 In-Reply-To: <1378482199-10581-3-git-send-email-yorksun@freescale.com> References: <1378482199-10581-1-git-send-email-yorksun@freescale.com> <1378482199-10581-3-git-send-email-yorksun@freescale.com> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Cc: linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2013-09-06 at 08:43 -0700, York Sun wrote: > Driver shouldn't request irq when irq = 0. It is returned from parsing > device tree. 0 means no interrupt. > > Signed-off-by: York Sun > Reviewed-by: Zang Tiefei-R61911 > Reviewed-by: Fleming Andrew-AFLEMING > Tested-by: Fleming Andrew-AFLEMING > --- > drivers/rtc/rtc-ds3232.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This should go via the i2c list and maintainer. It's not a PPC patch at all. Please do not lump unrelated patches into a single patchset. -Scott