commit | 15bdcafdba6e987af9e2f5179b82c8e548c5c11c | [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 | ae414cf92cf23ee36702ec3663bdce60bba337fb [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>