mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
x86: pinctrl: Update comment for intel_pinctrl_get_pad()
Add information about what is returned on error. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
4916f4586e
commit
05516e3d47
1 changed files with 1 additions and 0 deletions
|
@ -300,6 +300,7 @@ u32 intel_pinctrl_get_config_reg(struct udevice *dev, uint offset);
|
|||
* @pad: Pad to check
|
||||
* @devp: Returns pinctrl device containing that pad
|
||||
* @offsetp: Returns offset of pad within that pinctrl device
|
||||
* @return 0 if OK, -ENOTBLK if pad number is invalid
|
||||
*/
|
||||
int intel_pinctrl_get_pad(uint pad, struct udevice **devp, uint *offsetp);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue