commit | cb46a256a78225817945cd52068d61d5126c236e | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Apr 03 10:02:12 2014 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Apr 03 21:52:26 2014 +0200 |
tree | 35799d5e496da8ba86b9e347e0aef029d2d94a0c | |
parent | f8afae40a076347eeb9be179522b570e50d39af4 [diff] |
ARM: at91: fix a typo My recent commit 871336a9379 "ARM: at91: fix broken "if () else" statement" introduced a typo because of a last-minute fixup. This adds the missing closing parenthesis. Signed-off-by: Arnd Bergmann <arnd@arndb.de>