1 Apr
2014
1 Apr
'14
1:45 a.m.
On Mon, Mar 31, 2014 at 01:47:04PM -0600, Stephen Warren wrote:
There seems to be a mix of ifdef'ing the table and using of_match_ptr() vs. the other way around in ASoC. Mark, do you have a preference which way to go?
of_match_ptr() is supposed to avoid the warnings that the ifdefs fixed more prettily - I suspect you'll find that the ones that don't use it either predate of_match_ptr() or copied something that did.