Remove debug printf.
This commit is contained in:
parent
7986086211
commit
b1d2823e9e
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: sdmmc_cis.c,v 1.6 2019/09/01 05:45:42 mlelstv Exp $ */
|
/* $NetBSD: sdmmc_cis.c,v 1.7 2019/09/24 04:56:54 mlelstv Exp $ */
|
||||||
/* $OpenBSD: sdmmc_cis.c,v 1.1 2006/06/01 21:53:41 uwe Exp $ */
|
/* $OpenBSD: sdmmc_cis.c,v 1.1 2006/06/01 21:53:41 uwe Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -20,7 +20,7 @@
|
|||||||
/* Routines to decode the Card Information Structure of SD I/O cards */
|
/* Routines to decode the Card Information Structure of SD I/O cards */
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: sdmmc_cis.c,v 1.6 2019/09/01 05:45:42 mlelstv Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: sdmmc_cis.c,v 1.7 2019/09/24 04:56:54 mlelstv Exp $");
|
||||||
|
|
||||||
#ifdef _KERNEL_OPT
|
#ifdef _KERNEL_OPT
|
||||||
#include "opt_sdmmc.h"
|
#include "opt_sdmmc.h"
|
||||||
@ -130,7 +130,6 @@ decode_funce_function(struct sdmmc_function *sf, struct sdmmc_cis *cis,
|
|||||||
max_blk_size = sdmmc_io_read_1(sf0, reg + 11);
|
max_blk_size = sdmmc_io_read_1(sf0, reg + 11);
|
||||||
max_blk_size |= sdmmc_io_read_1(sf0, reg + 12) << 8;
|
max_blk_size |= sdmmc_io_read_1(sf0, reg + 12) << 8;
|
||||||
|
|
||||||
device_printf(dev, "MAX_BLK_SIZE%d = %d\n", sf->number, max_blk_size);
|
|
||||||
DPRINTF(("CISTPL_FUNCE: MAX_BLK_SIZE=0x%x\n", max_blk_size));
|
DPRINTF(("CISTPL_FUNCE: MAX_BLK_SIZE=0x%x\n", max_blk_size));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user