From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cursor.subgra.de (cursor.subgra.de [78.46.252.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "cursor.subgra.de", Issuer "cursor.subgra.de" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 06F9EDDE17 for ; Fri, 20 Feb 2009 09:06:59 +1100 (EST) Date: Thu, 19 Feb 2009 23:08:35 +0100 From: Benjamin Krill To: Kumar Gala Subject: Re: [PATCH 3/3] powerpc: expect all devices calling dma ops to have archdata set Message-ID: <20090219220835.GI12204@codiert.org> References: <1235076557-24464-1-git-send-email-galak@kernel.crashing.org> <1235076557-24464-2-git-send-email-galak@kernel.crashing.org> <1235076557-24464-3-git-send-email-galak@kernel.crashing.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <1235076557-24464-3-git-send-email-galak@kernel.crashing.org> Cc: linuxppc-dev@ozlabs.org, arnd@arndb.de List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Kumar Gala | 2009-02-19 14:49:17 [-0600]: >Now that we set archdata for of_platform and platform devices via >platform_notify() we no longer need to special case having a NULL device >pointer or NULL archdata. It should be a driver error if this condition >shows up and the driver should be fixed. > >Signed-off-by: Kumar Gala Acked-by: Benjamin Krill