mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22: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 |