Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151295278
D25962.id75905.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
651 B
Referenced Files
None
Subscribers
None
D25962.id75905.diff
View Options
Index: head/sys/dev/mmc/host/dwmmc.c
===================================================================
--- head/sys/dev/mmc/host/dwmmc.c
+++ head/sys/dev/mmc/host/dwmmc.c
@@ -1461,9 +1461,6 @@
{
struct ccb_trans_settings *cts = &ccb->cts;
- if (bootverbose)
- device_printf(sc->dev, "Got XPT_GET_TRAN_SETTINGS\n");
-
cts->protocol = PROTO_MMCSD;
cts->protocol_version = 1;
cts->transport = XPORT_MMCSD;
@@ -1481,8 +1478,7 @@
}
case XPT_SET_TRAN_SETTINGS:
{
- if (bootverbose)
- device_printf(sc->dev, "Got XPT_SET_TRAN_SETTINGS\n");
+
dwmmc_cam_settran_settings(sc, ccb);
ccb->ccb_h.status = CAM_REQ_CMP;
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 8, 9:44 AM (9 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31092445
Default Alt Text
D25962.id75905.diff (651 B)
Attached To
Mode
D25962: dwmmc: remove printf even under bootverbose
Attached
Detach File
Event Timeline
Log In to Comment