commit | 997c87dad2a322516db391c7df440bd89e18fc31 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Fri Dec 18 21:14:12 2015 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Sun Dec 20 22:33:08 2015 +0100 |
tree | ece7edda0f7c4570a39072c388dddf0d547d49cd | |
parent | 4b5c15f746db70efc710369f62c6e1d323e20fb9 [diff] |
ALSA: fm801: put curly braces around empty if-body The compiler complains on unused condition as follows sound/pci/fm801.c: In function ‘snd_fm801_interrupt’: sound/pci/fm801.c:585:3: warning: suggest braces around empty body in an ‘if’ statement [-Wempty-body] Put the curly braces around empty body as suggested. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>