mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Remove unnecessary printf().
This commit is contained in:
parent
71ebfb26f0
commit
8e47dfb8e0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67845
@ -293,6 +293,5 @@ stgattach(device_t devi)
|
||||
|
||||
sc->sc_ih = stgintr;
|
||||
|
||||
printf("stg%d",device_get_unit(devi));
|
||||
return(STGIOSZ);
|
||||
}
|
||||
|
@ -393,7 +393,6 @@ stgattach(DEVPORT_PDEVICE devi)
|
||||
|
||||
sc->sc_ih = stgintr;
|
||||
|
||||
printf("stg%d",DEVPORT_PDEVUNIT(devi));
|
||||
return(STGIOSZ);
|
||||
}
|
||||
#endif /* NCARD>0 */
|
||||
|
Loading…
Reference in New Issue
Block a user