mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
LinuxKPI: device: add a pr_debug("TODO") call to device_release_driver()
The logic in device_release_driver() got disabled in93b14194acand since left alone. Add a pr_debug() call so we have a chance to notice if that code is actually still in need to be fixed and re-enabled. Sponsored by: The FreeBSD Foundation (cherry picked from commitfc9666d0fc)
This commit is contained in:
parent
c55874da4c
commit
0f496780de
1 changed files with 1 additions and 0 deletions
|
|
@ -557,6 +557,7 @@ static inline void
|
|||
device_release_driver(struct device *dev)
|
||||
{
|
||||
|
||||
pr_debug("%s: TODO\n", __func__);
|
||||
#if 0
|
||||
/* This leads to panics. Disable temporarily. Keep to rework. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue