diff options
| author | Hank Janssen <[email protected]> | 2011-01-07 09:25:39 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2011-01-20 11:58:27 -0800 |
| commit | a786f915274ba446865a996515c7790a930f04dd (patch) | |
| tree | 9e29a9aaefb13cdb9da4362b62e30662f37644bf /tools/perf/scripts/python | |
| parent | d70c673153d42e8aefd5ac296c8159ef222d076b (diff) | |
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 <[email protected]>
Signed-off-by: Haiyang Zhang <[email protected]>
Signed-off-by: Hank Janssen <[email protected]>
Cc: stable <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions