mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 01:42:37 +03:00
Automatically updated using
perl -pi -0777 -e 's/_disable\s*\(\s*struct dev \*dev\s*\)\s*{\s*struct nic \*nic.*?$/_disable ( struct nic *nic ) {/ms' *.c
perl -pi -0777 -e 's/_disable\s*\(\s*struct dev \*dev(\s*__unused)?\)\s*{/_disable ( struct nic *nic$1 ) {/ms' *.c
This commit is contained in:
@@ -583,9 +583,7 @@ static int ns8390_poll(struct nic *nic, int retrieve)
|
||||
/**************************************************************************
|
||||
NS8390_DISABLE - Turn off adapter
|
||||
**************************************************************************/
|
||||
static void ns8390_disable(struct dev *dev)
|
||||
{
|
||||
struct nic *nic = (struct nic *)dev;
|
||||
static void ns8390_disable ( struct nic *nic ) {
|
||||
/* reset and disable merge */
|
||||
ns8390_reset(nic);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user