1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

remove init dump, cannot access regs directly on all platforms

This commit is contained in:
none 2021-03-11 22:43:12 +01:00
parent 60646a6b26
commit f8c97ad3d6

View File

@ -60,10 +60,6 @@ static int mci_reset(struct ddb_link *link)
return -1; return -1;
} }
dev_info(link->dev->dev, "MCI port OK, init time %u msecs\n", (40 - timeout) * 50); dev_info(link->dev->dev, "MCI port OK, init time %u msecs\n", (40 - timeout) * 50);
print_hex_dump(KERN_INFO, "ddbridge: MCI INIT INFO: ", DUMP_PREFIX_NONE, 16, 1,
link->dev->regs + regmap->mci_buf->base + MCI_COMMAND_SIZE,
16, false);
return 0; return 0;
} }