mirror of
https://github.com/torvalds/linux.git
synced 2026-05-15 01:43:11 +02:00
gpio: fix struct gpio_chip comment
It should have been @reg_clr instead of @reg_clk Signed-off-by: Anthony Best <anthonybest@bestanthony.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
07d9a38068
commit
08bcd3edec
|
|
@ -91,7 +91,7 @@ enum single_ended_mode {
|
|||
* bit. This callback assigns the right bit mask.
|
||||
* @reg_dat: data (in) register for generic GPIO
|
||||
* @reg_set: output set register (out=high) for generic GPIO
|
||||
* @reg_clk: output clear register (out=low) for generic GPIO
|
||||
* @reg_clr: output clear register (out=low) for generic GPIO
|
||||
* @reg_dir: direction setting register for generic GPIO
|
||||
* @bgpio_bits: number of register bits used for a generic GPIO i.e.
|
||||
* <register width> * 8
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user