Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Staging: ion: fix code style warning from NULL comparisons
This patch replaces several instances where a pointer is compared to NULL (i.e., `ptr == NULL`) with `!ptr`, which is preferred. Signed-off-by: Quytelda Kahja <quytelda@tamalin.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
- Loading branch information