Skip to content

Commit

Permalink
Staging: hv: vmbus: Get rid of unnecessay comments in connection.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
K. Y. Srinivasan authored and Greg Kroah-Hartman committed Aug 25, 2011
1 parent 5433e00 commit 7a9462d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/staging/hv/connection.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a9462d

Please sign in to comment.