mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 08:58:07 +00:00
eda38ce482
The pointer desc is being null checked twice, the second null check
is redundant because desc has not been re-assigned between the
checks. Remove the redundant second null check on desc.
Fixes:
|
||
---|---|---|
.. | ||
dw-axi-dmac-platform.c | ||
dw-axi-dmac.h | ||
Makefile |