mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-25 16:13:17 +00:00
Remove explicit device_verbose() from the t4iov driver detach routine
now that this case is handled generically.
This commit is contained in:
parent
71499f6a2d
commit
1fedfdd5c1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305752
@ -217,7 +217,6 @@ t4iov_detach(device_t dev)
|
||||
if (error)
|
||||
return (error);
|
||||
}
|
||||
device_verbose(dev);
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user