From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id BFECBDDFDA for ; Sat, 8 Mar 2008 02:07:04 +1100 (EST) Message-Id: From: Kumar Gala To: Timur Tabi In-Reply-To: <1204564290-18283-1-git-send-email-timur@freescale.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: [PATCH] fix QE firmware uploading limit Date: Fri, 7 Mar 2008 09:06:47 -0600 References: <1204564290-18283-1-git-send-email-timur@freescale.com> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mar 3, 2008, at 11:11 AM, Timur Tabi wrote: > Fix a typo in qe_upload_firmware() that prevented uploading firmware > on > systems with more than one RISC core. > > Signed-off-by: Timur Tabi > --- > > This patch is for 2.6.25. > > arch/powerpc/sysdev/qe_lib/qe.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied. - k