qlcnic: fix poll implementation
authorYinglin Luan <synmyth@gmail.com>
Sun, 22 Aug 2010 21:57:56 +0000 (21:57 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Aug 2010 03:28:55 +0000 (20:28 -0700)
commitbf82791ed667758a0f18a4b76be2d931d2c1b39d
tree6a5d0e5f0da24d17115da2aa5729c1e4b50f8277
parent7b589a35a1063b52f98c8b0f1b8f69afe91c3dba
qlcnic: fix poll implementation

Function qlcnic_intr has pointer to qlcnic_host_sds_ring
as second parameter not pointer to qlcnic_adapter.

Signed-off-by: Yinglin Luan <synmyth@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/qlcnic/qlcnic_main.c