Re: [patch 13/35] net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())

2020-09-27 Thread Andrew Lunn
On Sun, Sep 27, 2020 at 09:48:59PM +0200, Thomas Gleixner wrote: > From: Sebastian Andrzej Siewior > > in_interrupt() is ill defined and does not provide what the name > suggests. The usage especially in driver code is deprecated and a tree wide > effort to clean up and consolidate the (ab)usage

[patch 13/35] net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())

2020-09-27 Thread Thomas Gleixner
From: Sebastian Andrzej Siewior in_interrupt() is ill defined and does not provide what the name suggests. The usage especially in driver code is deprecated and a tree wide effort to clean up and consolidate the (ab)usage of in_interrupt() and related checks is happening. In this case the check