diff options
author | K. Y. Srinivasan <kys@microsoft.com> | 2011-08-25 09:48:52 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-08-25 15:22:19 -0700 |
commit | 7a9462d842197cba9ca16b915284289535c88675 (patch) | |
tree | e976f4ba9e9a4e20fe958251f83fb96839363491 | |
parent | 5433e00334d3e20f8bff70845c7f44e00cdf2d14 (diff) | |
download | linux-7a9462d842197cba9ca16b915284289535c88675.tar.gz linux-7a9462d842197cba9ca16b915284289535c88675.tar.bz2 linux-7a9462d842197cba9ca16b915284289535c88675.zip |
Staging: hv: vmbus: Get rid of unnecessay comments in connection.c
Get rid of unnecessay comments in connection.c.
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r-- | drivers/staging/hv/connection.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/hv/connection.c b/drivers/staging/hv/connection.c index e6b40392e08d..0e7efce31282 100644 --- a/drivers/staging/hv/connection.c +++ b/drivers/staging/hv/connection.c @@ -215,8 +215,6 @@ static void process_chn_event(u32 relid) { struct vmbus_channel *channel; - /* ASSERT(relId > 0); */ - /* * Find the channel based on this relid and invokes the * channel callback to process the event |