commit | 45036ae14a0161e9a0f542b6cb7ed55790f73f5b | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Mon Jul 05 15:29:00 2010 +0800 |
committer | Matthew Garrett <mjg@redhat.com> | Tue Aug 03 09:49:11 2010 -0400 |
tree | 2228815a681ea456aef485ec06a0b081f17e4a3c | |
parent | 8700e1612e19f752be507f7fdcd8b48ba1b425ee [diff] |
asus-laptop: fix asus_input_init error path This patch includes below fixes: 1. return -ENOMEM instead of 0 if input_allocate_device fail. 2. fix wrong goto if sparse_keymap_setup fail. 3. fix wrong goto if input_register_device fail. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>