From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by ozlabs.org (Postfix) with ESMTP id 97727DDE01 for ; Fri, 23 Feb 2007 04:31:13 +1100 (EST) From: Arnd Bergmann To: Geert Uytterhoeven Subject: Re: [PATCH] ps3: always make sure we're running on a PS3 Date: Thu, 22 Feb 2007 18:30:36 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200702221830.36975.arnd@arndb.de> Cc: Linux/PPC Development , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 22 February 2007, Geert Uytterhoeven wrote: > Add missing checks to PS3 specific drivers ps3av and sys-manager to verify that > we are actually running on a PS3 (pointed out by Arnd). > > Correct existing checks in other subsystems/drivers to return -ENODEV instead > of zero. > > Signed-off-by: Geert Uytterhoeven Acked-by: Arnd Bergmann