projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30c1edc
)
Staging: hv: vmbus: Get rid of the timer based handling of channel events
author
K. Y. Srinivasan
<kys@microsoft.com>
Mon, 6 Jun 2011 22:49:45 +0000
(15:49 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 7 Jun 2011 20:45:52 +0000
(13:45 -0700)
Get rid of the timer based handling of channel events.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/channel.c
patch
|
blob
|
history
diff --git
a/drivers/staging/hv/channel.c
b/drivers/staging/hv/channel.c
index
aca9ac8
..
a4bee81
100644
(file)
--- a/
drivers/staging/hv/channel.c
+++ b/
drivers/staging/hv/channel.c
@@
-889,7
+889,6
@@
void vmbus_onchannel_event(struct vmbus_channel *channel)
channel->onchannel_callback(channel->channel_callback_context);
- mod_timer(&channel->poll_timer, jiffies + usecs_to_jiffies(100));
}
/*