From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <49945B4F.4090204@am.sony.com> Date: Thu, 12 Feb 2009 09:24:31 -0800 From: Geoff Levand MIME-Version: 1.0 To: Roel Kluin Subject: Re: [PATCH] PS3 ps3av_set_video_mode() make id signed References: <4972456C.1050301@gmail.com> <4975F455.8020004@gmail.com> In-Reply-To: <4975F455.8020004@gmail.com> Content-Type: text/plain; charset="ISO-8859-1" Cc: Geert Uytterhoeven , linuxppc-dev@ozlabs.org, cbe-oss-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Roel Kluin wrote: > Make id signed so a negative id will get noticed. Error out if > ps3av_auto_videomode() fails. > > Signed-off-by: Roel Kluin > --- > arch/powerpc/include/asm/ps3av.h | 2 +- > drivers/ps3/ps3av.c | 16 ++++++++++++---- > 2 files changed, 13 insertions(+), 5 deletions(-) Just FYI, I added this to ps3-linux.git, since it is not a critical fix, I will submit for 2.6.30. -Geoff