From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by ozlabs.org (Postfix) with ESMTP id 62A0E474C3 for ; Thu, 8 Jan 2009 14:51:39 +1100 (EST) Received: by an-out-0708.google.com with SMTP id d11so2651007and.39 for ; Wed, 07 Jan 2009 19:51:38 -0800 (PST) Sender: Matt Sealey Message-ID: <4965784D.6090704@genesi-usa.com> Date: Wed, 07 Jan 2009 21:51:41 -0600 From: Matt Sealey MIME-Version: 1.0 To: Grant Likely Subject: Re: [PATCH] powerpc/mpc52xx: Properly update irq_desc when set_type() is called. References: <20090107192505.26320.23112.stgit@localhost.localdomain> In-Reply-To: <20090107192505.26320.23112.stgit@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Grant Likely wrote: > From: Grant Likely > > The MPC5200 PIC driver doesn't correctly update the .status field of > the irq_desc structure when the set_type hook is called. This patch > adds the required code. > > Also cleans up the external IRQ typename field to be something easier > to read (very minor). > > Signed-off-by: Grant Likely Hi Grant, What does this affect? -- Matt