Trivial cleanup from re-review of last patch set.

This commit is contained in:
Gregory Nutt 2019-10-05 14:27:01 -06:00
parent 8d435b2e2d
commit 6a0545ec6b
2 changed files with 3 additions and 5 deletions

View File

@ -108,10 +108,10 @@ static struct stm32_mcp2515config_s g_mcp2515config =
.config =
{
.spi = NULL,
.baud = 0, /* REVISIT. Proably broken by commit eb7373cedfa */
.btp = 0, /* REVISIT. Proably broken by commit eb7373cedfa */
.baud = 0, /* REVISIT. Probably broken by commit eb7373cedfa */
.btp = 0, /* REVISIT. Probably broken by commit eb7373cedfa */
.devid = 0,
.mode = 0, /* REVISIT. Proably broken by commit eb7373cedfa */
.mode = 0, /* REVISIT. Probably broken by commit eb7373cedfa */
.nfilters = 6,
#ifdef MCP2515_LOOPBACK
.loopback = false;

View File

@ -109,8 +109,6 @@ void tiva_ssiselect(FAR struct spi_dev_s *dev, uint32_t devid, bool selected)
{
spiinfo("devid: %d CS: %s\n", (int)devid,
selected ? "assert" : "de-assert");
ssi_dumpgpio("tiva_ssiselect() Entry");
ssi_dumpgpio("tiva_ssiselect() Exit");
#if defined(CONFIG_CAN_MCP2515)
if (devid == SPIDEV_CANBUS(0))