On Mon, 30 Sep 2019 14:49:17 -0700, Shannon Nelson wrote: > Replace the open-coded ionic_wait_for_bit() with the > kernel's wait_on_bit_lock(). > > Fixes: beead698b1736 ("ionic: Add the basic NDO callbacks for netdev support")
Again, slightly strange to see the Fixes tag for code clean up targeted at net-next, but perhaps my views on Fixes tag differs from the general consensus 🤔 > Signed-off-by: Shannon Nelson <snel...@pensando.io>