[PATCH] Fix thinkos in #if -> #ifdef conversions
From: Tom Rini <trini@kernel.crashing.org> When I changed some '#if FOO' tests to '#ifdef FOO' I forgot to make sure that nothing was doing #define FOO 0. So after auditing all of the changes I made, the following is needed:
Showing
Please register or sign in to comment