Loading
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>
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>