mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 15:11:16 +00:00
sfc: Allow efx_nic_type::dimension_resources to fail
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
This commit is contained in:
parent
261e4d96b4
commit
c15eed220f
4 changed files with 12 additions and 6 deletions
|
@ -1036,7 +1036,7 @@ struct efx_nic_type {
|
|||
int (*probe)(struct efx_nic *efx);
|
||||
void (*remove)(struct efx_nic *efx);
|
||||
int (*init)(struct efx_nic *efx);
|
||||
void (*dimension_resources)(struct efx_nic *efx);
|
||||
int (*dimension_resources)(struct efx_nic *efx);
|
||||
void (*fini)(struct efx_nic *efx);
|
||||
void (*monitor)(struct efx_nic *efx);
|
||||
enum reset_type (*map_reset_reason)(enum reset_type reason);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue