commit | fc240e3fc5791c572402b0857948da7b1e68d77f | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Sun Jun 07 21:57:08 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Jun 10 13:27:55 2009 -0400 |
tree | 8b3feae524e121796021f618abeae5c4cd0d9e02 | |
parent | b91d0e364077fad401454699143ad6a78902c20a [diff] |
sony: fix rfkill code During the rfkill conversion I added code to call sony_nc_rfkill_set with the wrong argument, causing a segfault Reinette reported. The compiler could not catch that because the argument is, and needs to be, void *. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Reported-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>