kernel-ark/drivers/staging/hv
Hank Janssen a786f91527 staging: hv: Removed unneeded call to netif_stop_queue() in hv_netvsc
Removed the call to netif_stop_queue() in netvsc_probe() as
the queue is not initialized at that point and further call
to it after queue initialization is really not necessary.

This change was prompted after an upstream change went into
2.6.37 (netif_tx_stop_queue) that now checks if netif_stop_queue
is called before register with netdev is done.

This will eliminate the warning message to the log when hv_netvsc
driver starts up.

Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-01-20 11:58:27 -08:00
..
blkvsc_drv.c Staging: hv: fix sysfs symlink on hv block device 2011-01-20 11:58:26 -08:00
blkvsc.c staging: hv: Convert camel case local variables in blkvsc.c to lowercase 2010-12-06 16:11:10 -08:00
channel_mgmt.c staging: hv: convert channel_mgmt.c to not call osd_schedule_callback 2010-12-16 12:35:15 -08:00
channel_mgmt.h staging: hv: convert channel_mgmt.c to not call osd_schedule_callback 2010-12-16 12:35:15 -08:00
channel.c staging: hv: Convert camel cased functions in ring_buffer.c to lower cases 2010-11-09 16:42:12 -08:00
channel.h
connection.c staging: hv: Convert camel cased functions in osd.c to lower cases 2010-11-09 16:42:11 -08:00
hv_api.h staging: hv: Convert camel cased functions in hv.c to lower cases 2010-11-09 16:42:11 -08:00
hv_timesource.c
hv_utils.c Staging: hv: Use only one txf buffer per channel and kmalloc/GFP_KERNEL on initialize 2010-12-16 12:37:51 -08:00
hv.c staging: hv: Convert camel cased functions in osd.c to lower cases 2010-11-09 16:42:11 -08:00
hv.h staging: hv: Convert camel cased functions in hv.c to lower cases 2010-11-09 16:42:11 -08:00
Kconfig
logging.h
Makefile Staging: hv: remove vmbus.c 2010-12-02 11:59:22 -08:00
netvsc_api.h staging: hv: Convert camel cased struct fields in netvsc.h to lower cases 2010-12-13 10:31:52 -08:00
netvsc_drv.c staging: hv: Removed unneeded call to netif_stop_queue() in hv_netvsc 2011-01-20 11:58:27 -08:00
netvsc.c staging: hv: fix netvsc sleeping while atomic 2011-01-20 11:58:26 -08:00
netvsc.h staging: hv: Convert camel cased struct fields in netvsc.h to lower cases 2010-12-13 10:31:52 -08:00
osd.c staging: hv: remove unneeded osd_schedule_callback 2010-12-16 12:35:15 -08:00
osd.h staging: hv: remove unneeded osd_schedule_callback 2010-12-16 12:35:15 -08:00
ring_buffer.c staging: hv: Convert camel cased functions in ring_buffer.c to lower cases 2010-11-09 16:42:12 -08:00
ring_buffer.h staging: hv: Convert camel cased functions in ring_buffer.c to lower cases 2010-11-09 16:42:12 -08:00
rndis_filter.c staging: hv: Convert camel cased struct fields in rndis.h to lower cases 2010-12-13 10:31:52 -08:00
rndis_filter.h staging: hv: Convert camel cased functions in rndis_filter.c to lower cases 2010-12-13 10:31:51 -08:00
rndis.h staging: hv: Convert camel cased struct fields in rndis.h to lower cases 2010-12-13 10:31:52 -08:00
storvsc_api.h staging: hv: Convert camel case functions in storvsc_api.h to lowercase 2010-12-06 16:11:08 -08:00
storvsc_drv.c Staging: Merge 2.6.37-rc5 into staging-next 2010-12-07 10:47:56 -08:00
storvsc.c staging: hv: Convert camel case local variables in storvsc.c to lowercase 2010-12-06 16:11:09 -08:00
TODO
utils.h
version_info.h
vmbus_api.h Staging: hv: make some vmbus_drv functions static 2010-12-02 12:11:25 -08:00
vmbus_channel_interface.h
vmbus_drv.c staging: hv: convert vmbus_on_msg_dpc to not call osd_schedule_callback 2010-12-16 12:35:14 -08:00
vmbus_packet_format.h
vmbus_private.h Staging: hv: remove OnChildDeviceAdd vmbus_driver callback 2010-12-02 09:16:04 -08:00
vmbus.h
vstorage.h staging: hv: Convert camel case struct fields in vstorage.h to lowercase 2010-12-06 16:11:07 -08:00