9
0
Fork 0

mtd: omap gpmc: Turn debug message into dev_dbg

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2014-04-04 08:40:00 +02:00
parent 8d5f1bdc9a
commit 5dcb117e82
1 changed files with 1 additions and 1 deletions

View File

@ -940,7 +940,7 @@ static int gpmc_nand_probe(struct device_d *pdev)
switch (pdata->device_width) {
case 0:
printk("probe buswidth\n");
dev_dbg(pdev, "probing buswidth\n");
nand->options |= NAND_BUSWIDTH_AUTO;
break;
case 8: