| 17c43f1a | 07-Mar-2016 |
Simon Glass <sjg@chromium.org> |
gpio: Use const where possible
Some functions do not change the struct gpio_desc parameter. Update these to use const so this is clear.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bi
gpio: Use const where possible
Some functions do not change the struct gpio_desc parameter. Update these to use const so this is clear.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
show more ...
|