summaryrefslogtreecommitdiff
path: root/xpp
diff options
context:
space:
mode:
Diffstat (limited to 'xpp')
-rw-r--r--xpp/xbus-core.c2
-rw-r--r--xpp/xpd.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/xpp/xbus-core.c b/xpp/xbus-core.c
index 7a9e374..615d499 100644
--- a/xpp/xbus-core.c
+++ b/xpp/xbus-core.c
@@ -359,7 +359,7 @@ static int xbus_poll(void *data)
ERR("%s: Poll interrupted %d\n", xbus->busname, ret);
goto out;
}
- DBG("%s: Poll finished in %d jiffies. Start processing.\n", xbus->busname, POLL_TIMEOUT-ret);
+ DBG("%s: Poll finished in %d jiffies. Start processing.\n", xbus->busname, POLL_TIMEOUT - ret);
/*
* Build removals/additions lists
*/
diff --git a/xpp/xpd.h b/xpp/xpd.h
index 3c6229f..294559e 100644
--- a/xpp/xpd.h
+++ b/xpp/xpd.h
@@ -156,7 +156,6 @@ struct xbus {
atomic_t packet_counter; /* Allocated packets */
wait_queue_head_t packet_cache_empty;
- struct timer_list poll_timer;
/*
* Bus scanning
*/