[PATCH 2/2] ep93xx: fix missing commu in ep93xx_register_i2c formachines edb9307/12/15
H Hartley Sweeten
hartleys at visionengravers.com
Mon Oct 26 18:28:37 EDT 2009
On Monday, October 26, 2009 3:05 PM, Jean-Christophe PLAGNIOL-VILLARD wrote:
> Subject: [PATCH 2/2] ep93xx: fix missing commu in ep93xx_register_i2c formachines edb9307/12/15
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
> ---
> arch/arm/mach-ep93xx/edb93xx.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-ep93xx/edb93xx.c b/arch/arm/mach-ep93xx/edb93xx.c
> index ca71cf1..a4a7be3 100644
> --- a/arch/arm/mach-ep93xx/edb93xx.c
> +++ b/arch/arm/mach-ep93xx/edb93xx.c
> @@ -112,7 +112,7 @@ static void __init edb93xx_register_i2c(void)
> ARRAY_SIZE(edb93xxa_i2c_board_info));
> } else if (machine_is_edb9307() || machine_is_edb9312() ||
> machine_is_edb9315()) {
> - ep93xx_register_i2c(&edb93xx_i2c_gpio_data
> + ep93xx_register_i2c(&edb93xx_i2c_gpio_data,
> edb93xx_i2c_board_info,
> ARRAY_SIZE(edb93xx_i2c_board_info));
> }
This patch is already in Russell's Patch Tracker as 5760/1.
Regards,
Hartley
More information about the linux-arm-kernel
mailing list