Re: [PATCH net-next v2 7/8] net: phy: dp83867: Validate FIFO depth property

2019-05-22 Thread David Miller
From: Trent Piepho Date: Wed, 22 May 2019 18:43:26 + > Insure property is in valid range and fail when reading DT if it is not. > Also add error message for existing failure if required property is not > present. > > Cc: Andrew Lunn > Cc: Florian Fainelli > Cc: Heiner Kallweit > Signed-of

Re: [PATCH net-next v2 7/8] net: phy: dp83867: Validate FIFO depth property

2019-05-22 Thread Andrew Lunn
On Wed, May 22, 2019 at 06:43:26PM +, Trent Piepho wrote: > Insure property is in valid range and fail when reading DT if it is not. > Also add error message for existing failure if required property is not > present. > > Cc: Andrew Lunn > Cc: Florian Fainelli > Cc: Heiner Kallweit > Signed

[PATCH net-next v2 7/8] net: phy: dp83867: Validate FIFO depth property

2019-05-22 Thread Trent Piepho
Insure property is in valid range and fail when reading DT if it is not. Also add error message for existing failure if required property is not present. Cc: Andrew Lunn Cc: Florian Fainelli Cc: Heiner Kallweit Signed-off-by: Trent Piepho --- Notes: Changes from v1: New patch in ser