| Submitter | Laxman Dewangan |
|---|---|
| Date | Jan. 19, 2013, 9:37 a.m. |
| Message ID | <1358588264-1860-1-git-send-email-ldewangan@nvidia.com> |
| Download | mbox | patch |
| Permalink | /patch/213803/ |
| State | Accepted, archived |
| Headers | show |
Comments
On 01/19/2013 02:37 AM, Laxman Dewangan wrote:
> There is unnecessarily text in the keymap table. Removing this.
Thanks, I just squashed this into your original patch.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/arch/arm/boot/dts/tegra20-seaboard.dts b/arch/arm/boot/dts/tegra20-seaboard.dts index 2e87330..d4e4ff2 100644 --- a/arch/arm/boot/dts/tegra20-seaboard.dts +++ b/arch/arm/boot/dts/tegra20-seaboard.dts @@ -705,7 +705,7 @@ 0x0E030010 /* KEY_Q */ 0x0E04003E /* KEY_F4 */ 0x0E05003D /* KEY_F3 */ - 0x0E060002 /* KEY_1 */1 + 0x0E060002 /* KEY_1 */ 0x0E070041 /* KEY_F7 */ 0x0F000001 /* KEY_ESC */
There is unnecessarily text in the keymap table. Removing this. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> --- arch/arm/boot/dts/tegra20-seaboard.dts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)