2 Jun
2015
2 Jun
'15
1:46 p.m.
On Tue, Jun 02, 2015 at 01:31:28PM +0300, Peter Ujfalusi wrote:
On 06/02/2015 11:58 AM, Jyri Sarha wrote:
+enum {
- MCASP_EDMA = 1,
Why start from 1?
It's a fairly common style to ensure that zero initialised structures don't have a default value. Don't know if that's the intent here or not.