WM8904 driver: Fix wm8904_dump_registers macro: Wrong number of parameters.

This commit is contained in:
Gregory Nutt 2014-08-02 14:28:30 -06:00
parent b0d0ac72a7
commit 36f8e23c12

View File

@ -238,7 +238,11 @@ FAR struct audio_lowerhalf_s *
void wm8904_dump_registers(FAR struct audio_lowerhalf_s *dev,
FAR const char *msg);
#else
# define wm8904_dump_registers(d)
/* This eliminates the need for any conditional compilation in the
* including file.
*/
# define wm8904_dump_registers(d,m)
#endif
#undef EXTERN