3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-06 11:28:38 +02:00

scan: Simplify debug statement

l_debug will already print the function name, so including it in the
printed string is redundant
This commit is contained in:
Denis Kenzior 2022-01-11 11:06:10 -06:00
parent 5cb7591bc0
commit 372a1c05e6

View File

@ -1000,7 +1000,7 @@ static void scan_periodic_timeout(struct l_timeout *timeout, void *user_data)
{ {
struct scan_context *sc = user_data; struct scan_context *sc = user_data;
l_debug("scan_periodic_timeout: %" PRIx64, sc->wdev_id); l_debug("%" PRIx64, sc->wdev_id);
sc->sp.interval *= 2; sc->sp.interval *= 2;
if (sc->sp.interval > SCAN_MAX_INTERVAL) if (sc->sp.interval > SCAN_MAX_INTERVAL)