diff options
author | Michal Simek <monstr@monstr.eu> | 2012-12-27 04:40:38 -0500 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-02-12 05:24:45 -0500 |
commit | 6bd55f0bbaebb79b39e147aa864401fd0c94db82 (patch) | |
tree | effef6e85fcbb6bd2687d881758a48c2377ef18e /arch/microblaze/kernel/heartbeat.c | |
parent | 5b3084b5823339ac7bebca0701b9b89defe11c91 (diff) |
microblaze: Fix coding style issues
Fix coding style issues reported by checkpatch.pl.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/heartbeat.c')
-rw-r--r-- | arch/microblaze/kernel/heartbeat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/heartbeat.c b/arch/microblaze/kernel/heartbeat.c index 154756f3c694..1879a0527776 100644 --- a/arch/microblaze/kernel/heartbeat.c +++ b/arch/microblaze/kernel/heartbeat.c | |||
@@ -61,7 +61,7 @@ void setup_heartbeat(void) | |||
61 | if (gpio) { | 61 | if (gpio) { |
62 | base_addr = be32_to_cpup(of_get_property(gpio, "reg", NULL)); | 62 | base_addr = be32_to_cpup(of_get_property(gpio, "reg", NULL)); |
63 | base_addr = (unsigned long) ioremap(base_addr, PAGE_SIZE); | 63 | base_addr = (unsigned long) ioremap(base_addr, PAGE_SIZE); |
64 | printk(KERN_NOTICE "Heartbeat GPIO at 0x%x\n", base_addr); | 64 | pr_notice("Heartbeat GPIO at 0x%x\n", base_addr); |
65 | 65 | ||
66 | /* GPIO is configured as output */ | 66 | /* GPIO is configured as output */ |
67 | prop = (int *) of_get_property(gpio, "xlnx,is-bidir", NULL); | 67 | prop = (int *) of_get_property(gpio, "xlnx,is-bidir", NULL); |