[PATCH] Comment fix in pcm990 board | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
Hi Guennadi,
As promised in the mioa701 camera review, this is the patch to fix the comment
in pcm990 board accordingly to what was raised in mioa701 board before.
For your ack please.
--
Robert
>From 239360b601ecfd978e820d69244fe6997b150250 Mon Sep 17 00:00:00 2001
From: Robert Jarzmik <robert.jarzmik@xxxxxxx>
Date: Sun, 7 Sep 2008 14:19:16 +0200
Subject: Fix comment in camera link structure of pcm990 board.
The bus_id field of soc_camera_link must match id id field
of pxa27x_device_camera in arch/arm/mach-pxa/device.c.
Signed-off-by: Robert Jarzmik <robert.jarzmik@xxxxxxx>
---
arch/arm/mach-pxa/pcm990-baseboard.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/mach-pxa/pcm990-baseboard.c b/arch/arm/mach-pxa/pcm990-baseboard.c
index 420c9b3..6d229fa 100644
--- a/arch/arm/mach-pxa/pcm990-baseboard.c
+++ b/arch/arm/mach-pxa/pcm990-baseboard.c
@@ -408,10 +408,10 @@ static struct pca953x_platform_data pca9536_data = {
static struct soc_camera_link iclink[] = {
{
- .bus_id = 0, /* Must match with the camera ID above */
+ .bus_id = 0, /* Must match id in pxa27x_device_camera */
.gpio = NR_BUILTIN_GPIO + 1,
}, {
- .bus_id = 0, /* Must match with the camera ID above */
+ .bus_id = 0, /* Must match id in pxa27x_device_camera */
}
};
--
1.5.6.3
-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
FAQ: http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette: http://www.arm.linux.org.uk/mailinglists/etiquette.php
[Site Home] [Linux Arm] [Fedora ARM] [Gcc Help] [Git] [DCCP] [IETF Announce] [Security] [PDAs] [Linux] [Linux Book List] [Linux MIPS] [Yosemite Campsites] [Photos]
![]() |
|