From: jmatthew Date: Sat, 10 Feb 2018 05:21:13 +0000 (+0000) Subject: fix build with SDHC_DEBUG defined, no binary change otherwise X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=50b6cc81a0aafbbb2e5a47d85069457e74b73dd7;p=openbsd fix build with SDHC_DEBUG defined, no binary change otherwise --- diff --git a/sys/dev/sdmmc/sdhc.c b/sys/dev/sdmmc/sdhc.c index c242a600d4a..cf5e355c70d 100644 --- a/sys/dev/sdmmc/sdhc.c +++ b/sys/dev/sdmmc/sdhc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sdhc.c,v 1.55 2017/05/05 15:10:07 kettenis Exp $ */ +/* $OpenBSD: sdhc.c,v 1.56 2018/02/10 05:21:13 jmatthew Exp $ */ /* * Copyright (c) 2006 Uwe Stuehler @@ -804,7 +804,7 @@ sdhc_start_command(struct sdhc_host *hp, struct sdmmc_command *cmd) int seg; int s; - DPRINTF(1,("%s: start cmd %u arg=%#x data=%#x dlen=%d flags=%#x " + DPRINTF(1,("%s: start cmd %u arg=%#x data=%p dlen=%d flags=%#x " "proc=\"%s\"\n", DEVNAME(hp->sc), cmd->c_opcode, cmd->c_arg, cmd->c_data, cmd->c_datalen, cmd->c_flags, curproc ? curproc->p_p->ps_comm : ""));