From patchwork Wed Sep 2 08:16:51 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guennadi Liakhovetski X-Patchwork-Id: 45152 X-Patchwork-Delegate: mchehab@redhat.com Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n828GnBu017332 for ; Wed, 2 Sep 2009 08:16:50 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752809AbZIBIQq (ORCPT ); Wed, 2 Sep 2009 04:16:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752172AbZIBIQp (ORCPT ); Wed, 2 Sep 2009 04:16:45 -0400 Received: from mail.gmx.net ([213.165.64.20]:36739 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752033AbZIBIQp (ORCPT ); Wed, 2 Sep 2009 04:16:45 -0400 Received: (qmail invoked by alias); 02 Sep 2009 08:16:46 -0000 Received: from p57BD1761.dip0.t-ipconnect.de (EHLO axis700.grange) [87.189.23.97] by mail.gmx.net (mp035) with SMTP; 02 Sep 2009 10:16:46 +0200 X-Authenticated: #20450766 X-Provags-ID: V01U2FsdGVkX1/YQCIjJZXYCI0PDOO2uli8T2baeiSYgYU9fPf4cT XgRau1mzCRjCwG Received: from lyakh (helo=localhost) by axis700.grange with local-esmtp (Exim 4.63) (envelope-from ) id 1Mil1P-0001Ko-7h; Wed, 02 Sep 2009 10:16:51 +0200 Date: Wed, 2 Sep 2009 10:16:51 +0200 (CEST) From: Guennadi Liakhovetski To: Linux Media Mailing List cc: Mauro Carvalho Chehab , Paul Mundt Subject: [PATCH] SH: fix ap325rxa compilation breakage Message-ID: MIME-Version: 1.0 X-Y-GMX-Trusted: 0 X-FuHaFi: 0.55 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org An unfortunate typo in an earlier patch broke ap325rxa compilation. Fix it. Signed-off-by: Guennadi Liakhovetski --- Mauro, I understand, we'll have to add this as an incremental patch and live with the temporary ap325rxa breakage, right? Or would you be rebasing the -next git? Sorry about this. arch/sh/boards/board-ap325rxa.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c index b633b25..48ab77e 100644 --- a/arch/sh/boards/board-ap325rxa.c +++ b/arch/sh/boards/board-ap325rxa.c @@ -359,8 +359,8 @@ static void ap325rxa_camera_del(struct soc_camera_link *icl) return; platform_device_unregister(&camera_device); - memset(&migor_camera_device.dev.kobj, 0, - sizeof(migor_camera_device.dev.kobj)); + memset(&camera_device.dev.kobj, 0, + sizeof(camera_device.dev.kobj)); } #endif /* CONFIG_I2C */