mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
mmc_xpt: Update function name in debug trace
Reported by: mav
Fixes: 7eb538974c cam mmc_xpt/nvme_xpt: Add _sbuf variants of {an,de}nounce xport and proto ops
This commit is contained in:
parent
b2c44f1fc1
commit
83453b46e8
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ mmc_announce_periph_sbuf(struct cam_periph *periph, struct sbuf *sb)
|
|||
|
||||
cam_periph_assert(periph, MA_OWNED);
|
||||
|
||||
CAM_DEBUG(periph->path, CAM_DEBUG_TRACE, ("mmc_announce_periph"));
|
||||
CAM_DEBUG(periph->path, CAM_DEBUG_TRACE, ("mmc_announce_periph_sbuf"));
|
||||
|
||||
memset(&cts, 0, sizeof(cts));
|
||||
xpt_setup_ccb(&cts.ccb_h, path, CAM_PRIORITY_NORMAL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue