commit | 5735bca5f677a5aeb61364a6491080c6bb2ebc0e | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <rpjday@crashcourse.ca> | Sun Mar 27 10:18:55 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 01 17:17:43 2016 -0400 |
tree | edaa715bbcbb8d152006c4a63709263f890ee649 | |
parent | 92a4c3dfb37d711b8a98e5a606ab0a3e720b70d5 [diff] |
post: Delete unnecessary bitmask of POST_MANUAL from POST_ALWAYS Since POST_ALWAYS is defined as: #define POST_ALWAYS (POST_NORMAL | \ POST_SLOWTEST | \ POST_MANUAL | \ POST_POWERON ) there is no need to redundantly bitmask it with POST_MANUAL. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>