o Wrap ppc_setup_intr() at 80.
o Fix a bit the indentation.
This commit is contained in:
parent
15eab674d8
commit
72565ac3e8
@ -1982,7 +1982,10 @@ ppc_setup_intr(device_t bus, device_t child, struct resource *r, int flags,
|
||||
ppc->ppc_registered = 0;
|
||||
}
|
||||
|
||||
/* pass registration to the upper layer, ignore the incoming resource */
|
||||
/*
|
||||
* pass registration to the upper layer, ignore the incoming
|
||||
* resource
|
||||
*/
|
||||
return (BUS_SETUP_INTR(device_get_parent(bus), child,
|
||||
r, flags, filt, ihand, arg, cookiep));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user