Re: [U-Boot] [PATCH v1 18/19] phy: marvell: core: Cosmetic fixes

2018-03-21 Thread Stefan Roese
On 07.03.2018 22:52, Marek BehĂșn wrote: Move the reg_set* functions into comphy.h as static inline functions. Change return type of get_*_string to const char *. Signed-off-by: Marek Behun Reviewed-by: Stefan Roese Thanks, Stefan

[U-Boot] [PATCH v1 18/19] phy: marvell: core: Cosmetic fixes

2018-03-07 Thread Marek BehĂșn
Move the reg_set* functions into comphy.h as static inline functions. Change return type of get_*_string to const char *. Signed-off-by: Marek Behun --- drivers/phy/marvell/comphy.h | 41 ++--- drivers/phy/marvell/comphy_core.c | 64