mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +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:
@@ -415,8 +415,7 @@ epic100_poll(struct nic *nic, int retrieve)
|
||||
|
||||
|
||||
static void
|
||||
epic100_disable(struct dev *dev __unused)
|
||||
{
|
||||
epic100_disable ( struct nic *nic __unused ) {
|
||||
/* Soft reset the chip. */
|
||||
outl(GC_SOFT_RESET, genctl);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user