ARM: OMAP1: ams-delta FIQ: Fix a typo ("Initiaize")
Fix a typo ("Initiaize"). Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Message-Id: <20191002145301.11332-1-j.neuschaefer@gmx.net> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
54ecb8f702
commit
ed2b6b129c
|
@ -110,7 +110,7 @@ void __init ams_delta_init_fiq(struct gpio_chip *chip,
|
|||
|
||||
/*
|
||||
* FIQ handler takes full control over serio data and clk GPIO
|
||||
* pins. Initiaize them and keep requested so nobody can
|
||||
* pins. Initialize them and keep requested so nobody can
|
||||
* interfere. Fail if any of those two couldn't be requested.
|
||||
*/
|
||||
switch (i) {
|
||||
|
|
Loading…
Reference in New Issue