commit | 19449593d60b75654fe33a98c4fb8ff8a38ac1e0 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Feb 25 16:27:10 2015 +0300 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Feb 25 20:08:07 2015 +0100 |
tree | cd5db6628cdd51be6b86e6b8ca8ca5f98fcd6293 | |
parent | 72f770c6acde425eaad8f482969a785af4512f4f [diff] |
sound: sys_timer: indent poll_def_tmr() correctly The indenting here was really whacky and not consistent from one line to the next. I also reverse the "if (opened)" and "if (tmr_running)" tests so that I could remove two indent levels. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>