Sebastian Huber started a new discussion on bsps/shared/grlib/ascs/grascs.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/256#note_113339

 >      return -GRASCS_ERROR_TRANSACTIVE;
 >    }
 >    
 > -  cfg->regs->cmd = ((cfg->regs->cmd &= ~GRASCS_CMD_SLAVESEL) |
 > -                (slave << GRASCS_CMD_SLAVESEL_BITS));
 > +  cfg->regs->cmd = ((cfg->regs->cmd & ~GRASCS_CMD_SLAVESEL) |
 > +  (slave << GRASCS_CMD_SLAVESEL_BITS));

If you keep the original formatting, then you have one line less which changes.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/256#note_113339
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to