Changeset 7a415db in rtems for c/src/lib/libbsp/sparc/shared/can/occan.c
- Timestamp:
- 10/26/11 03:08:40 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 8c30ecd
- Parents:
- c4639963
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/shared/can/occan.c
rc4639963 r7a415db 400 400 401 401 static void pelican_open(occan_priv *priv){ 402 unsigned char tmp;402 /* unsigned char tmp; */ 403 403 int ret; 404 404 … … 431 431 432 432 /* clear pending interrupts by reading */ 433 tmp =READ_REG(&priv->regs->intflags);433 /* tmp = */ READ_REG(&priv->regs->intflags); 434 434 } 435 435 436 436 static int pelican_start(occan_priv *priv){ 437 unsigned char tmp;437 /* unsigned char tmp; */ 438 438 /* Start HW communication */ 439 439 … … 451 451 452 452 /* clear pending interrupts */ 453 tmp =READ_REG(&priv->regs->intflags);453 /* tmp = */ READ_REG(&priv->regs->intflags); 454 454 455 455 /* clear error counters */
Note: See TracChangeset
for help on using the changeset viewer.