On Saturday, April 14, 2012 13:15:26 Antonio Quartulli wrote:
In the code we neever need to atomically check and set the bat_priv->tt_crc field value. It is simply set and read once in different pieces of the code. Therefore this field can be safely be converted from atomic_t to uint16_t.
Applied in revision 7d256a1.
Thanks, Marek