Commit 6b211acb authored by Grazvydas Ignotas's avatar Grazvydas Ignotas Committed by Tony Lindgren

Minor checkpatch cleanup

Clean a line over 80 characters.
Signed-off-by: default avatarGrazvydas Ignotas <notasas@gmail.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 3f3cb2b7
......@@ -270,7 +270,8 @@ static struct twl4030_hsmmc_info mmc[] __initdata = {
static void __init omap3pandora_init(void)
{
omap3pandora_i2c_init();
platform_add_devices(omap3pandora_devices, ARRAY_SIZE(omap3pandora_devices));
platform_add_devices(omap3pandora_devices,
ARRAY_SIZE(omap3pandora_devices));
omap_board_config = omap3pandora_config;
omap_board_config_size = ARRAY_SIZE(omap3pandora_config);
omap_serial_init();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment