Hi, On 1/15/21 3:04 PM, Simon Glass wrote:
Update this driver to use the common method of putting the driver operations in an 'ops' variable install of calling gpio_get_ops() repeatedly. Make it const since operations do not change.Signed-off-by: Simon Glass <s...@chromium.org> --- drivers/gpio/gpio-uclass.c | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-)
Reviewed-by: Patrick Delaunay <patrick.delau...@foss.st.com> Thanks Patrick