+21
−21
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Explicit comparisons of pointers agains NULL (like if (p != NULL) ...) are not as readable as the implicit comparison (like if (p) ...). This patch converts all these explicit comparisons to implicit ones. Signed-off-by:Sebastian Rachuj <sebastian.rachuj@studium.uni-erlangen.de> Signed-off-by:
Simon Schuster <linux@rationality.eu> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>