[Armadeus-commitlog] armadeus branch, master, updated. latestrelease-37-g64628b6
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2009-08-19 09:13:12
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 64628b619814e078f5f0d4117b618bff3f24e4db (commit)
from 1a4ba59c42d06baadfe2bfdfa77a2398b09f162f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 64628b619814e078f5f0d4117b618bff3f24e4db
Author: Julien Boibessot <jul...@ar...>
Date: Wed Aug 19 11:12:20 2009 +0200
[LINUX] Converts a message into debug in GPIO driver
-----------------------------------------------------------------------
Summary of changes:
target/linux/modules/gpio/core.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/target/linux/modules/gpio/core.c b/target/linux/modules/gpio/core.c
index e885b32..9e21b25 100755
--- a/target/linux/modules/gpio/core.c
+++ b/target/linux/modules/gpio/core.c
@@ -544,7 +544,7 @@ static int armadeus_gpio_dev_open(struct inode *inode, struct file *file)
gpio->nb_pins = 32;
gpio->changed = 1;
gpio->port = FULL_MINOR_TO_PORT(minor);
- printk("Reserving full %s\n", port_name[gpio->port]);
+ pr_debug("Reserving full %s\n", port_name[gpio->port]);
goto success;
break;
}
hooks/post-receive
--
armadeus
|