From: K. Y. Srinivasan Date: Mon, 6 Jun 2011 22:50:02 +0000 (-0700) Subject: Staging: hv: vmbus: Get rid of a dated comment in channel_mgmt.c X-Git-Tag: next-20110726~5^2~568^2~44 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3740652d98b25477f6959a17922435385776d7d2;p=karo-tx-linux.git Staging: hv: vmbus: Get rid of a dated comment in channel_mgmt.c Staging: hv: vmbus: Get rid of a dated comment in channel_mgmt.c. 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_mgmt.c b/drivers/staging/hv/channel_mgmt.c index 178e1c429f56..2d270ce376bb 100644 --- a/drivers/staging/hv/channel_mgmt.c +++ b/drivers/staging/hv/channel_mgmt.c @@ -477,7 +477,6 @@ static void vmbus_onoffer(struct vmbus_channel_message_header *hdr) newchannel->monitor_grp = (u8)offer->monitorid / 32; newchannel->monitor_bit = (u8)offer->monitorid % 32; - /* TODO: Make sure the offer comes from our parent partition */ INIT_WORK(&newchannel->work, vmbus_process_offer); queue_work(newchannel->controlwq, &newchannel->work); }