Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARM: dmabounce: check pointer against NULL not 0
Pointers should be checked against NULL rather than 0, otherwise we get sparse warnings. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
- Loading branch information