mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
off debug input key printk and sdmmc debug
This commit is contained in:
@@ -990,7 +990,7 @@ CONFIG_SND_SOC_WM8900=y
|
||||
# CONFIG_HID_SUPPORT is not set
|
||||
# CONFIG_USB_SUPPORT is not set
|
||||
CONFIG_MMC=y
|
||||
CONFIG_MMC_DEBUG=y
|
||||
# CONFIG_MMC_DEBUG is not set
|
||||
# CONFIG_MMC_UNSAFE_RESUME is not set
|
||||
CONFIG_MMC_EMBEDDED_SDIO=y
|
||||
# CONFIG_MMC_PARANOID_SD_INIT is not set
|
||||
|
||||
@@ -308,9 +308,6 @@ struct platform_device rk29_device_uart0 = {
|
||||
.id = 0,
|
||||
.num_resources = ARRAY_SIZE(resources_uart0),
|
||||
.resource = resources_uart0,
|
||||
.dev = {
|
||||
.platform_data = &rk2818_serial0_platdata,
|
||||
},
|
||||
};
|
||||
#endif
|
||||
#ifdef CONFIG_UART1_RK29
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#define INVALID_ADVALUE 10
|
||||
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
#define key_dbg(bdata, format, arg...) \
|
||||
dev_printk(KERN_INFO , &bdata->input->dev , format , ## arg)
|
||||
#else
|
||||
|
||||
@@ -733,6 +733,7 @@ static void rk29_sdmmc_request_end(struct rk29_sdmmc *host, struct mmc_request *
|
||||
/* wait till resets clear */
|
||||
while (rk29_sdmmc_read(host->regs, SDMMC_CTRL) & ( SDMMC_CTRL_FIFO_RESET));
|
||||
local_irq_restore(flags);
|
||||
time_out2--;
|
||||
if(!time_out2)
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user