Commit b1f5c118 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ir-kbd-gpio.c build fix

It's initialising slot 24 in two places.  Gerd Knorr <kraxel@bytesex.org> says
"This one should be 23.".
parent 4991c215
......@@ -64,7 +64,7 @@ static IR_KEYTAB_TYPE ir_codes_avermedia[IR_KEYTAB_SIZE] = {
[ 13 ] = KEY_STOP, // freeze
[ 29 ] = KEY_RECORD, // capture
[ 3 ] = KEY_PLAY, // unmarked
[ 24 ] = KEY_RED, // unmarked
[ 23 ] = KEY_RED, // unmarked
[ 7 ] = KEY_GREEN, // unmarked
#if 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment