[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2508-g47f13d4
Brought to you by:
sszy
|
From: Gwenhael <gwe...@us...> - 2011-09-23 12:23:40
|
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 47f13d4bf1df8d0562bf50ec11b419a2d8d5e4b6 (commit)
from 1187889c5986f3053559b9142dd3905415aec90a (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 47f13d4bf1df8d0562bf50ec11b419a2d8d5e4b6
Author: Gwenhael Goavec-Merou <gw...@tr...>
Date: Fri Sep 23 14:21:17 2011 +0200
[VIRTUAL_COMPONENTS][SPLOADER] Removes the useless reading of id in the probe function
-----------------------------------------------------------------------
Summary of changes:
.../fpga/virtual_components/sploader/sp-loader.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/target/linux/modules/fpga/virtual_components/sploader/sp-loader.c b/target/linux/modules/fpga/virtual_components/sploader/sp-loader.c
index 9254c69..cf2231a 100644
--- a/target/linux/modules/fpga/virtual_components/sploader/sp-loader.c
+++ b/target/linux/modules/fpga/virtual_components/sploader/sp-loader.c
@@ -307,9 +307,6 @@ static int armadeus_sploader_probe(struct platform_device *pdev)
sdev->mem_res = mem_res;
- data = readw(platform_info->ip_addr + platform_info->idoffset);
- printk("ip num: %d idoffset: %d\n", data, platform_info->idoffset);
-
pdata->sdev = sdev;
result = create_proc_entries();
hooks/post-receive
--
armadeus
|