Drivers: hv: vmbus: Get rid of some unnecessary messages
authorK. Y. Srinivasan <kys@microsoft.com>
Sat, 28 Feb 2015 19:18:21 +0000 (11:18 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Mar 2015 03:31:02 +0000 (19:31 -0800)
commit37f492ce8148d84261cdb9fe1e925199f47531ae
treefed4e3a1548e9d7abc38923be36bfc358bb2b488
parent5380b383ba10915e61e3db09341cf8193f0601ad
Drivers: hv: vmbus: Get rid of some unnecessary messages

Currently we log messages when either we are not able to map an ID to a
channel or when the channel does not have a callback associated
(in the channel interrupt handling path). These messages don't add
any value, get rid of them.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hv/connection.c
This page took 0.024409 seconds and 5 git commands to generate.