mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
7b473ae754
Clang warns:
drivers/iio/frequency/adrf6780.c:117:1: error: all paths through this
function will call itself [-Werror,-Winfinite-recursion]
{
^
drivers/iio/frequency/adrf6780.c:138:1: error: all paths through this
function will call itself [-Werror,-Winfinite-recursion]
{
^
2 errors generated.
The underscore variants should be used here.
Link: https://github.com/ClangBuiltLinux/linux/issues/1490
Fixes:
|
||
---|---|---|
.. | ||
ad9523.c | ||
adf4350.c | ||
adf4371.c | ||
adrf6780.c | ||
Kconfig | ||
Makefile |