Skip to content

Commit

Permalink
Fixed for coding style guidelines.
Browse files Browse the repository at this point in the history
  • Loading branch information
technion committed May 13, 2013
1 parent 8698b3f commit 2a8d810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-bcm2708/bcm2708.c
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ static struct pps_gpio_platform_data pps_gpio_info = {
.assert_falling_edge = false,
.capture_clear = false,
.gpio_pin = CONFIG_BCM2708_GPIO_PPS_PIN,
.gpio_label="PPS",
.gpio_label = "PPS",
};

static struct platform_device pps_gpio_device = {
Expand Down Expand Up @@ -731,7 +731,7 @@ void __init bcm2708_init(void)
bcm_register_device(&bcm2708_gpio_device);
#endif
#ifdef CONFIG_BCM2708_GPIO_PPS
printk(KERN_INFO "bcm2708.c: Registering PPS on GPIO pin %d\n",
pr_info("bcm2708.c: Registering PPS on GPIO pin %d\n",
CONFIG_BCM2708_GPIO_PPS_PIN);
bcm_register_device(&pps_gpio_device);
#endif
Expand Down

0 comments on commit 2a8d810

Please sign in to comment.