commit | ad24d6f04d8d279cb739fb5267487fe94c6b9ab3 | [log] [tgz] |
---|---|---|
author | Ivan Vecera <ivecera@redhat.com> | Thu Jun 11 15:52:30 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 11 15:57:17 2015 -0700 |
tree | 84bb71cc21fbef48b918f06f539dbeeff64fdb4c | |
parent | 16712c5311fe688ce3b3a2ea0ab185074353bcd6 [diff] |
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>