From: K. Y. Srinivasan Date: Mon, 6 Jun 2011 22:49:46 +0000 (-0700) Subject: Staging: hv: vmbus: Get rid of the call to dump channel state in channel event handler X-Git-Tag: next-20110726~5^2~568^2~60 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7259d82321814393bd59f667623130e44b6ed26b;p=karo-tx-linux.git Staging: hv: vmbus: Get rid of the call to dump channel state in channel event handler Get rid of the call to dump channel state in channel event handler. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Abhishek Kane Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hv/channel.c b/drivers/staging/hv/channel.c index a4bee81eb579..7854de2970f3 100644 --- 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);