commit | 7e41576247b782a21c05f7ea8a78a6db119ba789 | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Thu Jan 31 16:51:47 2013 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Jan 31 16:51:47 2013 +0100 |
tree | ae913df79a900dc357f6ffe6855d62feabde8bdb | |
parent | 090800c2a3f746572ef142e2d5404922a599e841 [diff] |
HID: steelseries: fix out of bound array access The last field of the driver_data->leds[] array is used to store the special toggle for setting all leds simultaneously, so we need to allocate appropriate number of led_classdev pointers. Signed-off-by: Jiri Kosina <jkosina@suse.cz>