projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a8ddc7
)
Staging: hv: vmbus: Get rid of the call to dump channel state in channel event handler
author
K. Y. Srinivasan
<kys@microsoft.com>
Mon, 6 Jun 2011 22:49:46 +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 call to dump channel state in channel event handler.
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
|
blame
|
history
diff --git
a/drivers/staging/hv/channel.c
b/drivers/staging/hv/channel.c
index a4bee81eb57993a85a482d118831ff63f5404d6d..7854de2970f30a974b3d0a21a95cca24eb28acf2 100644
(file)
--- a/
drivers/staging/hv/channel.c
+++ b/
drivers/staging/hv/channel.c
@@
-885,7
+885,6
@@
EXPORT_SYMBOL_GPL(vmbus_recvpacket_raw);
*/
void vmbus_onchannel_event(struct vmbus_channel *channel)
{
- dump_vmbus_channel(channel);
channel->onchannel_callback(channel->channel_callback_context);