bna: fix timeout API argument type
authorIvan Vecera <ivecera@redhat.com>
Thu, 11 Jun 2015 13:52:30 +0000 (15:52 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jun 2015 22:57:17 +0000 (15:57 -0700)
commitad24d6f04d8d279cb739fb5267487fe94c6b9ab3
tree84bb71cc21fbef48b918f06f539dbeeff64fdb4c
parent16712c5311fe688ce3b3a2ea0ab185074353bcd6
bna: fix timeout API argument type

Timeout functions are defined with 'void *' ptr argument. They should
be defined directly with 'struct bfa_ioc *' type to avoid type conversions.

Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/brocade/bna/bfa_ioc.c
drivers/net/ethernet/brocade/bna/bfa_ioc.h
drivers/net/ethernet/brocade/bna/bnad.c